Html Css Color HEX #CA2021 Fire Engine Red

📋 copy color: '#CA2021'

red 202 ◦ green 32 ◦ blue 33

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

Shades of Fire Engine Red #CA2021

Tints of Fire Engine Red #CA2021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.36%

R = 75.66%
G = 11.99%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA2021 (or 0xCA2021) is known color: Fire Engine Red. HEX triplet: CA, 20 and 21. RGB value is (202,32,33). Sum of RGB (Red+Green+Blue) = 202+32+33=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2021 is #35DFDE. Grayscale: #535353. Windows color (decimal): -3530719 or 2171082. OLE color: 2171082.

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

Color convert

RGB 202 32 33 -
CMYK 0 0.84 0.84 0.21
HSL 359.65º 0.73% 0.46% -
HSV(B) 359.65º 0.84% 0.79% -
XYZ 25.15 13.7 2.76 -
YUV 82.94 99.82 212.92 -
System Red Green Blue C M Y K H S L
Decimal 202 32 33 0 0.84 0.84 0.21 359.65 0.73 0.46
Hex CA 20 21 0 54 54 15 168 49 2E
Octal 312 40 41 0 124 124 25 550 111 56
Binary 11001010 100000 100001 0 1010100 1010100 10101 101101000 1001001 101110

Color Harmonies of #CA2021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2021

Black with #CA2021

Text Example


Text Example

White with #CA2021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2021; }

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

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

background-color css

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

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

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

border-color css

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

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

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