Html Css Color HEX #CA1F29 Fire Engine Red

📋 copy color: '#CA1F29'

red 202 ◦ green 31 ◦ blue 41

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

Shades of Fire Engine Red #CA1F29

Tints of Fire Engine Red #CA1F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.96%

R = 73.72%
G = 11.31%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA1F29 (or 0xCA1F29) is known color: Fire Engine Red. HEX triplet: CA, 1F and 29. RGB value is (202,31,41). Sum of RGB (Red+Green+Blue) = 202+31+41=274 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.72% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1F29 is #35E0D6. Grayscale: #535353. Windows color (decimal): -3530967 or 2695114. OLE color: 2695114.

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

Color convert

RGB 202 31 41 -
CMYK 0 0.85 0.80 0.21
HSL 356.49º 0.73% 0.46% -
HSV(B) 356.49º 0.85% 0.79% -
XYZ 25.25 13.7 3.41 -
YUV 83.27 104.15 212.69 -
System Red Green Blue C M Y K H S L
Decimal 202 31 41 0 0.85 0.80 0.21 356.49 0.73 0.46
Hex CA 1F 29 0 55 50 15 164 49 2E
Octal 312 37 51 0 125 120 25 544 111 56
Binary 11001010 11111 101001 0 1010101 1010000 10101 101100100 1001001 101110

Color Harmonies of #CA1F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1F29

Black with #CA1F29

Text Example


Text Example

White with #CA1F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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