Html Css Color HEX #CA2028 Fire Engine Red

📋 copy color: '#CA2028'

red 202 ◦ green 32 ◦ blue 40

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

Shades of Fire Engine Red #CA2028

Tints of Fire Engine Red #CA2028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.68%

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

R = 73.72%
G = 11.68%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA2028 (or 0xCA2028) is known color: Fire Engine Red. HEX triplet: CA, 20 and 28. RGB value is (202,32,40). Sum of RGB (Red+Green+Blue) = 202+32+40=274 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.72% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2028 is #35DFD7. Grayscale: #535353. Windows color (decimal): -3530712 or 2629834. OLE color: 2629834.

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

Color convert

RGB 202 32 40 -
CMYK 0 0.84 0.80 0.21
HSL 357.18º 0.73% 0.46% -
HSV(B) 357.18º 0.84% 0.79% -
XYZ 25.26 13.74 3.33 -
YUV 83.74 103.32 212.35 -
System Red Green Blue C M Y K H S L
Decimal 202 32 40 0 0.84 0.80 0.21 357.18 0.73 0.46
Hex CA 20 28 0 54 50 15 165 49 2E
Octal 312 40 50 0 124 120 25 545 111 56
Binary 11001010 100000 101000 0 1010100 1010000 10101 101100101 1001001 101110

Color Harmonies of #CA2028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2028

Black with #CA2028

Text Example


Text Example

White with #CA2028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2028; }

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

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

background-color css

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

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

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

border-color css

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

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

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