Html Css Color HEX #CA0828 Fire Engine Red

📋 copy color: '#CA0828'

red 202 ◦ green 8 ◦ blue 40

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

Shades of Fire Engine Red #CA0828

Tints of Fire Engine Red #CA0828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.2%

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

R = 80.8%
G = 3.2%
B = 16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA0828 (or 0xCA0828) is known color: Fire Engine Red. HEX triplet: CA, 08 and 28. RGB value is (202,8,40). Sum of RGB (Red+Green+Blue) = 202+8+40=250 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.8% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0828 is #35F7D7. Grayscale: #454545. Windows color (decimal): -3536856 or 2623690. OLE color: 2623690.

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

Color convert

RGB 202 8 40 -
CMYK 0 0.96 0.80 0.21
HSL 350.1º 0.92% 0.41% -
HSV(B) 350.1º 0.96% 0.79% -
XYZ 24.83 12.88 3.19 -
YUV 69.65 111.27 222.4 -
System Red Green Blue C M Y K H S L
Decimal 202 8 40 0 0.96 0.80 0.21 350.1 0.92 0.41
Hex CA 8 28 0 60 50 15 15E 5C 29
Octal 312 10 50 0 140 120 25 536 134 51
Binary 11001010 1000 101000 0 1100000 1010000 10101 101011110 1011100 101001

Color Harmonies of #CA0828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0828

Black with #CA0828

Text Example


Text Example

White with #CA0828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0828; }

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

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

background-color css

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

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

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

border-color css

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

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

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