Html Css Color HEX #CA122C Fire Engine Red

📋 copy color: '#CA122C'

red 202 ◦ green 18 ◦ blue 44

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

Shades of Fire Engine Red #CA122C

Tints of Fire Engine Red #CA122C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.67%

R = 76.52%
G = 6.82%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA122C (or 0xCA122C) is known color: Fire Engine Red. HEX triplet: CA, 12 and 2C. RGB value is (202,18,44). Sum of RGB (Red+Green+Blue) = 202+18+44=264 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.52% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 202 - color contains mainly: red. Hex color #CA122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA122C is #35EDD3. Grayscale: #4C4C4C. Windows color (decimal): -3534292 or 2888394. OLE color: 2888394.

HSL color Cylindrical-coordinate representation of color #CA122C: hue angle of 351.52º 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 #CA122C is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 18 44 -
CMYK 0 0.91 0.78 0.21
HSL 351.52º 0.84% 0.43% -
HSV(B) 351.52º 0.91% 0.79% -
XYZ 25.03 13.17 3.61 -
YUV 75.98 109.96 217.89 -
System Red Green Blue C M Y K H S L
Decimal 202 18 44 0 0.91 0.78 0.21 351.52 0.84 0.43
Hex CA 12 2C 0 5B 4E 15 160 54 2B
Octal 312 22 54 0 133 116 25 540 124 53
Binary 11001010 10010 101100 0 1011011 1001110 10101 101100000 1010100 101011

Color Harmonies of #CA122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA122C

Black with #CA122C

Text Example


Text Example

White with #CA122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA122C; }

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

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

background-color css

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

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

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

border-color css

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

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

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