Html Css Color HEX #CA2022 Fire Engine Red

📋 copy color: '#CA2022'

red 202 ◦ green 32 ◦ blue 34

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

Shades of Fire Engine Red #CA2022

Tints of Fire Engine Red #CA2022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.69%

R = 75.37%
G = 11.94%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA2022 (or 0xCA2022) is known color: Fire Engine Red. HEX triplet: CA, 20 and 22. RGB value is (202,32,34). Sum of RGB (Red+Green+Blue) = 202+32+34=268 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.37% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2022 is #35DFDD. Grayscale: #535353. Windows color (decimal): -3530718 or 2236618. OLE color: 2236618.

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

Color convert

RGB 202 32 34 -
CMYK 0 0.84 0.83 0.21
HSL 359.29º 0.73% 0.46% -
HSV(B) 359.29º 0.84% 0.79% -
XYZ 25.16 13.71 2.83 -
YUV 83.06 100.32 212.84 -
System Red Green Blue C M Y K H S L
Decimal 202 32 34 0 0.84 0.83 0.21 359.29 0.73 0.46
Hex CA 20 22 0 54 53 15 167 49 2E
Octal 312 40 42 0 124 123 25 547 111 56
Binary 11001010 100000 100010 0 1010100 1010011 10101 101100111 1001001 101110

Color Harmonies of #CA2022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2022

Black with #CA2022

Text Example


Text Example

White with #CA2022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2022; }

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

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

background-color css

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

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

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

border-color css

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

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

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