Html Css Color HEX #CA2226 Fire Engine Red

📋 copy color: '#CA2226'

red 202 ◦ green 34 ◦ blue 38

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

Shades of Fire Engine Red #CA2226

Tints of Fire Engine Red #CA2226

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.41%

 BLUE value IS 38 (15.23% from 255) = 13.87%

R = 73.72%
G = 12.41%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CA2226 (or 0xCA2226) is known color: Fire Engine Red. HEX triplet: CA, 22 and 26. RGB value is (202,34,38). Sum of RGB (Red+Green+Blue) = 202+34+38=274 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.72% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2226 is #35DDD9. Grayscale: #545454. Windows color (decimal): -3530202 or 2499274. OLE color: 2499274.

HSL color Cylindrical-coordinate representation of color #CA2226: hue angle of 358.57º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2226 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 34 38 -
CMYK 0 0.83 0.81 0.21
HSL 358.57º 0.71% 0.46% -
HSV(B) 358.57º 0.83% 0.79% -
XYZ 25.28 13.84 3.17 -
YUV 84.69 101.66 211.67 -
System Red Green Blue C M Y K H S L
Decimal 202 34 38 0 0.83 0.81 0.21 358.57 0.71 0.46
Hex CA 22 26 0 53 51 15 167 47 2E
Octal 312 42 46 0 123 121 25 547 107 56
Binary 11001010 100010 100110 0 1010011 1010001 10101 101100111 1000111 101110

Color Harmonies of #CA2226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2226

Black with #CA2226

Text Example


Text Example

White with #CA2226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2226; }

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

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

background-color css

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

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

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

border-color css

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

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

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