Html Css Color HEX #CA2128 Fire Engine Red

📋 copy color: '#CA2128'

red 202 ◦ green 33 ◦ blue 40

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

Shades of Fire Engine Red #CA2128

Tints of Fire Engine Red #CA2128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12%

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

R = 73.45%
G = 12%
B = 14.55%

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

#CA2128 (or 0xCA2128) is known color: Fire Engine Red. HEX triplet: CA, 21 and 28. RGB value is (202,33,40). Sum of RGB (Red+Green+Blue) = 202+33+40=275 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.45% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2128 is #35DED7. Grayscale: #545454. Windows color (decimal): -3530456 or 2630090. OLE color: 2630090.

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

Color convert

RGB 202 33 40 -
CMYK 0 0.84 0.80 0.21
HSL 357.51º 0.72% 0.46% -
HSV(B) 357.51º 0.84% 0.79% -
XYZ 25.28 13.8 3.34 -
YUV 84.33 102.99 211.93 -
System Red Green Blue C M Y K H S L
Decimal 202 33 40 0 0.84 0.80 0.21 357.51 0.72 0.46
Hex CA 21 28 0 54 50 15 166 48 2E
Octal 312 41 50 0 124 120 25 546 110 56
Binary 11001010 100001 101000 0 1010100 1010000 10101 101100110 1001000 101110

Color Harmonies of #CA2128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2128

Black with #CA2128

Text Example


Text Example

White with #CA2128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2128; }

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

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

background-color css

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

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

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

border-color css

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

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

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