Html Css Color HEX #CA1F2C Fire Engine Red

📋 copy color: '#CA1F2C'

red 202 ◦ green 31 ◦ blue 44

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

Shades of Fire Engine Red #CA1F2C

Tints of Fire Engine Red #CA1F2C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.19%

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

R = 72.92%
G = 11.19%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA1F2C (or 0xCA1F2C) is known color: Fire Engine Red. HEX triplet: CA, 1F and 2C. RGB value is (202,31,44). Sum of RGB (Red+Green+Blue) = 202+31+44=277 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.92% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1F2C is #35E0D3. Grayscale: #535353. Windows color (decimal): -3530964 or 2891722. OLE color: 2891722.

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

Color convert

RGB 202 31 44 -
CMYK 0 0.85 0.78 0.21
HSL 355.44º 0.73% 0.46% -
HSV(B) 355.44º 0.85% 0.79% -
XYZ 25.3 13.72 3.7 -
YUV 83.61 105.65 212.44 -
System Red Green Blue C M Y K H S L
Decimal 202 31 44 0 0.85 0.78 0.21 355.44 0.73 0.46
Hex CA 1F 2C 0 55 4E 15 163 49 2E
Octal 312 37 54 0 125 116 25 543 111 56
Binary 11001010 11111 101100 0 1010101 1001110 10101 101100011 1001001 101110

Color Harmonies of #CA1F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1F2C

Black with #CA1F2C

Text Example


Text Example

White with #CA1F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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