#CA1F1A

Color #CA1F1A Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #CA1F1A

Tints of Fire Brick #CA1F1A

Color information

#CA1F1A (or 0xCA1F1A) is unknown color: approx Fire Brick. HEX triplet: CA, 1F and 1A. RGB value is (202,31,26). Sum of RGB (Red+Green+Blue) = 202+31+26=259 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.99% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1F1A is #35E0E5. Grayscale: #515151. Windows color (decimal): -3530982 or 1712074. OLE color: 1712074.

HSL color Cylindrical-coordinate representation of color #CA1F1A: hue angle of 1.7º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1F1A is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB2023126-
CMYK00.850.870.21
HSL1.7º77.19%44.71%-
HSV(B)1.7º87.13%79.22%-
XYZ25.0313.612.29-
YUV81.5696.65213.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 77.99%
GREEN value IS 31 (12.5% from 255) = 11.97%
BLUE value IS 26 (10.55% from 255) = 10.04%
R=77.99%
G=11.97%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202312600.850.870.211.777.1944.71
HexCA1F1A055571524d2d
Octal3123732012512725211555
Binary11001010111111101001010101101011110101101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1F1A; }

 p { color: rgb(202,31,26); }

 H1.HeaderClassName
 {
   color: #CA1F1A;
 }
 .AnyTagClassName
 {
   color: #CA1F1A;
 }
</style>
background-color css

<style>
 a { background-color: #CA1F1A; }

 a { background-color: rgb(202,31,26); }

 div.DivClassName
 {
   background-color: #CA1F1A;
 }
 .BgClassName
 {
   background-color: #CA1F1A;
 }
</style>
border-color css

<style>
 span { border-color: #CA1F1A; }

 span { border-color: rgb(202,31,26); }

 td.TdClassName
 {
   border-color: #CA1F1A;
 }
 .TagClassName
 {
   border-color: #CA1F1A;
 }
</style>