Html Css Color HEX #CA2129 Fire Engine Red

📋 copy color: '#CA2129'

red 202 ◦ green 33 ◦ blue 41

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

Shades of Fire Engine Red #CA2129

Tints of Fire Engine Red #CA2129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.96%

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

R = 73.19%
G = 11.96%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA2129 (or 0xCA2129) is known color: Fire Engine Red. HEX triplet: CA, 21 and 29. RGB value is (202,33,41). Sum of RGB (Red+Green+Blue) = 202+33+41=276 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.19% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2129 is #35DED6. Grayscale: #545454. Windows color (decimal): -3530455 or 2695626. OLE color: 2695626.

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

Color convert

RGB 202 33 41 -
CMYK 0 0.84 0.80 0.21
HSL 357.16º 0.72% 0.46% -
HSV(B) 357.16º 0.84% 0.79% -
XYZ 25.3 13.8 3.43 -
YUV 84.44 103.49 211.85 -
System Red Green Blue C M Y K H S L
Decimal 202 33 41 0 0.84 0.80 0.21 357.16 0.72 0.46
Hex CA 21 29 0 54 50 15 165 48 2E
Octal 312 41 51 0 124 120 25 545 110 56
Binary 11001010 100001 101001 0 1010100 1010000 10101 101100101 1001000 101110

Color Harmonies of #CA2129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2129

Black with #CA2129

Text Example


Text Example

White with #CA2129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2129; }

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

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

background-color css

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

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

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

border-color css

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

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

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