Html Css Color HEX #CA1828 Fire Engine Red

📋 copy color: '#CA1828'

red 202 ◦ green 24 ◦ blue 40

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

Shades of Fire Engine Red #CA1828

Tints of Fire Engine Red #CA1828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 75.94%
G = 9.02%
B = 15.04%

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

#CA1828 (or 0xCA1828) is known color: Fire Engine Red. HEX triplet: CA, 18 and 28. RGB value is (202,24,40). Sum of RGB (Red+Green+Blue) = 202+24+40=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1828 is #35E7D7. Grayscale: #4F4F4F. Windows color (decimal): -3532760 or 2627786. OLE color: 2627786.

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

Color convert

RGB 202 24 40 -
CMYK 0 0.88 0.80 0.21
HSL 354.61º 0.79% 0.44% -
HSV(B) 354.61º 0.88% 0.79% -
XYZ 25.07 13.36 3.27 -
YUV 79.05 105.97 215.7 -
System Red Green Blue C M Y K H S L
Decimal 202 24 40 0 0.88 0.80 0.21 354.61 0.79 0.44
Hex CA 18 28 0 58 50 15 163 4F 2C
Octal 312 30 50 0 130 120 25 543 117 54
Binary 11001010 11000 101000 0 1011000 1010000 10101 101100011 1001111 101100

Color Harmonies of #CA1828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1828

Black with #CA1828

Text Example


Text Example

White with #CA1828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1828; }

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

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

background-color css

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

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

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

border-color css

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

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

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