Html Css Color HEX #CA1829 Fire Engine Red

📋 copy color: '#CA1829'

red 202 ◦ green 24 ◦ blue 41

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

Shades of Fire Engine Red #CA1829

Tints of Fire Engine Red #CA1829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.99%

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

R = 75.66%
G = 8.99%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA1829 (or 0xCA1829) is known color: Fire Engine Red. HEX triplet: CA, 18 and 29. RGB value is (202,24,41). Sum of RGB (Red+Green+Blue) = 202+24+41=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1829 is #35E7D6. Grayscale: #4F4F4F. Windows color (decimal): -3532759 or 2693322. OLE color: 2693322.

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

Color convert

RGB 202 24 41 -
CMYK 0 0.88 0.80 0.21
HSL 354.27º 0.79% 0.44% -
HSV(B) 354.27º 0.88% 0.79% -
XYZ 25.08 13.37 3.36 -
YUV 79.16 106.47 215.62 -
System Red Green Blue C M Y K H S L
Decimal 202 24 41 0 0.88 0.80 0.21 354.27 0.79 0.44
Hex CA 18 29 0 58 50 15 162 4F 2C
Octal 312 30 51 0 130 120 25 542 117 54
Binary 11001010 11000 101001 0 1011000 1010000 10101 101100010 1001111 101100

Color Harmonies of #CA1829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1829

Black with #CA1829

Text Example


Text Example

White with #CA1829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1829; }

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

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

background-color css

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

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

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

border-color css

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

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

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