Html Css Color HEX #CA121E Fire Engine Red

📋 copy color: '#CA121E'

red 202 ◦ green 18 ◦ blue 30

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

Shades of Fire Engine Red #CA121E

Tints of Fire Engine Red #CA121E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.2%

 BLUE value IS 30 (12.11% from 255) = 12%

R = 80.8%
G = 7.2%
B = 12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA121E (or 0xCA121E) is known color: Fire Engine Red. HEX triplet: CA, 12 and 1E. RGB value is (202,18,30). Sum of RGB (Red+Green+Blue) = 202+18+30=250 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.8% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 202 - color contains mainly: red. Hex color #CA121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA121E is #35EDE1. Grayscale: #4A4A4A. Windows color (decimal): -3534306 or 1970890. OLE color: 1970890.

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

Color convert

RGB 202 18 30 -
CMYK 0 0.91 0.85 0.21
HSL 356.09º 0.84% 0.43% -
HSV(B) 356.09º 0.91% 0.79% -
XYZ 24.81 13.08 2.45 -
YUV 74.38 102.96 219.02 -
System Red Green Blue C M Y K H S L
Decimal 202 18 30 0 0.91 0.85 0.21 356.09 0.84 0.43
Hex CA 12 1E 0 5B 55 15 164 54 2B
Octal 312 22 36 0 133 125 25 544 124 53
Binary 11001010 10010 11110 0 1011011 1010101 10101 101100100 1010100 101011

Color Harmonies of #CA121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA121E

Black with #CA121E

Text Example


Text Example

White with #CA121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA121E; }

 p { color: rgb(202,18,30); }

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

background-color css

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

 a { background-color: rgb(202,18,30); }

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

border-color css

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

 span { border-color: rgb(202,18,30); }

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