Html Css Color HEX #CA1914 Fire Brick

📋 copy color: '#CA1914'

red 202 ◦ green 25 ◦ blue 20

#CA1914
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #CA1914

Tints of Fire Brick #CA1914

RGB

 RED value IS 202 (79.3% from 255) = 81.78%

 GREEN value IS 25 (10.16% from 255) = 10.12%

 BLUE value IS 20 (8.2% from 255) = 8.1%

R = 81.78%
G = 10.12%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA1914 (or 0xCA1914) is known color: Fire Brick. HEX triplet: CA, 19 and 14. RGB value is (202,25,20). Sum of RGB (Red+Green+Blue) = 202+25+20=247 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.78% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1914 is #35E6EB. Grayscale: #4D4D4D. Windows color (decimal): -3532524 or 1317322. OLE color: 1317322.

HSL color Cylindrical-coordinate representation of color #CA1914: hue angle of 1.65º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1914 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 25 20 -
CMYK 0 0.88 0.90 0.21
HSL 1.65º 0.82% 0.44% -
HSV(B) 1.65º 0.9% 0.79% -
XYZ 24.83 13.3 1.92 -
YUV 77.35 95.64 216.91 -
System Red Green Blue C M Y K H S L
Decimal 202 25 20 0 0.88 0.90 0.21 1.65 0.82 0.44
Hex CA 19 14 0 58 5A 15 2 52 2C
Octal 312 31 24 0 130 132 25 2 122 54
Binary 11001010 11001 10100 0 1011000 1011010 10101 10 1010010 101100

Color Harmonies of #CA1914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1914

Black with #CA1914

Text Example


Text Example

White with #CA1914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1914; }

 p { color: rgb(202,25,20); }

 H1.HeaderClassName
 {
   color: #CA1914;
 }
 .AnyTagClassName
 {
   color: #CA1914;
 }
</style>

background-color css

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

 a { background-color: rgb(202,25,20); }

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

border-color css

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

 span { border-color: rgb(202,25,20); }

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