Html Css Color HEX #CA022E Fire Engine Red

📋 copy color: '#CA022E'

red 202 ◦ green 2 ◦ blue 46

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

Shades of Fire Engine Red #CA022E

Tints of Fire Engine Red #CA022E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.4%

R = 80.8%
G = 0.8%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA022E (or 0xCA022E) is known color: Fire Engine Red. HEX triplet: CA, 02 and 2E. RGB value is (202,2,46). Sum of RGB (Red+Green+Blue) = 202+2+46=250 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.8% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 202 - color contains mainly: red. Hex color #CA022E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA022E is #35FDD1. Grayscale: #424242. Windows color (decimal): -3538386 or 3015370. OLE color: 3015370.

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

Color convert

RGB 202 2 46 -
CMYK 0 0.99 0.77 0.21
HSL 346.8º 0.98% 0.4% -
HSV(B) 346.8º 0.99% 0.79% -
XYZ 24.87 12.8 3.74 -
YUV 66.82 116.26 224.42 -
System Red Green Blue C M Y K H S L
Decimal 202 2 46 0 0.99 0.77 0.21 346.8 0.98 0.4
Hex CA 2 2E 0 63 4D 15 15B 62 28
Octal 312 2 56 0 143 115 25 533 142 50
Binary 11001010 10 101110 0 1100011 1001101 10101 101011011 1100010 101000

Color Harmonies of #CA022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA022E

Black with #CA022E

Text Example


Text Example

White with #CA022E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA022E; }

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

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

background-color css

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

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

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

border-color css

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

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

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