Html Css Color HEX #CA2329 Fire Engine Red

📋 copy color: '#CA2329'

red 202 ◦ green 35 ◦ blue 41

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

Shades of Fire Engine Red #CA2329

Tints of Fire Engine Red #CA2329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.59%

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

R = 72.66%
G = 12.59%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA2329 (or 0xCA2329) is known color: Fire Engine Red. HEX triplet: CA, 23 and 29. RGB value is (202,35,41). Sum of RGB (Red+Green+Blue) = 202+35+41=278 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.66% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2329 is #35DCD6. Grayscale: #555555. Windows color (decimal): -3529943 or 2696138. OLE color: 2696138.

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

Color convert

RGB 202 35 41 -
CMYK 0 0.83 0.80 0.21
HSL 357.84º 0.7% 0.46% -
HSV(B) 357.84º 0.83% 0.79% -
XYZ 25.36 13.92 3.45 -
YUV 85.62 102.83 211.01 -
System Red Green Blue C M Y K H S L
Decimal 202 35 41 0 0.83 0.80 0.21 357.84 0.7 0.46
Hex CA 23 29 0 53 50 15 166 46 2E
Octal 312 43 51 0 123 120 25 546 106 56
Binary 11001010 100011 101001 0 1010011 1010000 10101 101100110 1000110 101110

Color Harmonies of #CA2329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2329

Black with #CA2329

Text Example


Text Example

White with #CA2329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2329; }

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

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

background-color css

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

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

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

border-color css

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

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

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