Html Css Color HEX #CA022D Fire Engine Red

📋 copy color: '#CA022D'

red 202 ◦ green 2 ◦ blue 45

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

Shades of Fire Engine Red #CA022D

Tints of Fire Engine Red #CA022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 45 (17.97% from 255) = 18.07%

R = 81.12%
G = 0.8%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA022D (or 0xCA022D) is known color: Fire Engine Red. HEX triplet: CA, 02 and 2D. RGB value is (202,2,45). Sum of RGB (Red+Green+Blue) = 202+2+45=249 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.12% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 202 - color contains mainly: red. Hex color #CA022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA022D is #35FDD2. Grayscale: #424242. Windows color (decimal): -3538387 or 2949834. OLE color: 2949834.

HSL color Cylindrical-coordinate representation of color #CA022D: hue angle of 347.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA022D is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 2 45 -
CMYK 0 0.99 0.78 0.21
HSL 347.1º 0.98% 0.4% -
HSV(B) 347.1º 0.99% 0.79% -
XYZ 24.85 12.79 3.64 -
YUV 66.7 115.76 224.5 -
System Red Green Blue C M Y K H S L
Decimal 202 2 45 0 0.99 0.78 0.21 347.1 0.98 0.4
Hex CA 2 2D 0 63 4E 15 15B 62 28
Octal 312 2 55 0 143 116 25 533 142 50
Binary 11001010 10 101101 0 1100011 1001110 10101 101011011 1100010 101000

Color Harmonies of #CA022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA022D

Black with #CA022D

Text Example


Text Example

White with #CA022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA022D; }

 p { color: rgb(202,2,45); }

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

background-color css

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

 a { background-color: rgb(202,2,45); }

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

border-color css

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

 span { border-color: rgb(202,2,45); }

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