Html Css Color HEX #CA1629 Fire Engine Red

📋 copy color: '#CA1629'

red 202 ◦ green 22 ◦ blue 41

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

Shades of Fire Engine Red #CA1629

Tints of Fire Engine Red #CA1629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.3%

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

R = 76.23%
G = 8.3%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA1629 (or 0xCA1629) is known color: Fire Engine Red. HEX triplet: CA, 16 and 29. RGB value is (202,22,41). Sum of RGB (Red+Green+Blue) = 202+22+41=265 (35% of max value = 765). Red value is 202 (79.30% from 255 or 76.23% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1629 is #35E9D6. Grayscale: #4E4E4E. Windows color (decimal): -3533271 or 2692810. OLE color: 2692810.

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

Color convert

RGB 202 22 41 -
CMYK 0 0.89 0.80 0.21
HSL 353.67º 0.8% 0.44% -
HSV(B) 353.67º 0.89% 0.79% -
XYZ 25.04 13.29 3.34 -
YUV 77.99 107.13 216.46 -
System Red Green Blue C M Y K H S L
Decimal 202 22 41 0 0.89 0.80 0.21 353.67 0.8 0.44
Hex CA 16 29 0 59 50 15 162 50 2C
Octal 312 26 51 0 131 120 25 542 120 54
Binary 11001010 10110 101001 0 1011001 1010000 10101 101100010 1010000 101100

Color Harmonies of #CA1629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1629

Black with #CA1629

Text Example


Text Example

White with #CA1629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1629; }

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

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

background-color css

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

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

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

border-color css

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

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

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