Html Css Color HEX #CA1222 Fire Engine Red

📋 copy color: '#CA1222'

red 202 ◦ green 18 ◦ blue 34

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

Shades of Fire Engine Red #CA1222

Tints of Fire Engine Red #CA1222

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.09%

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

R = 79.53%
G = 7.09%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA1222 (or 0xCA1222) is known color: Fire Engine Red. HEX triplet: CA, 12 and 22. RGB value is (202,18,34). Sum of RGB (Red+Green+Blue) = 202+18+34=254 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.53% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1222 is #35EDDD. Grayscale: #4A4A4A. Windows color (decimal): -3534302 or 2233034. OLE color: 2233034.

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

Color convert

RGB 202 18 34 -
CMYK 0 0.91 0.83 0.21
HSL 354.78º 0.84% 0.43% -
HSV(B) 354.78º 0.91% 0.79% -
XYZ 24.86 13.1 2.73 -
YUV 74.84 104.96 218.7 -
System Red Green Blue C M Y K H S L
Decimal 202 18 34 0 0.91 0.83 0.21 354.78 0.84 0.43
Hex CA 12 22 0 5B 53 15 163 54 2B
Octal 312 22 42 0 133 123 25 543 124 53
Binary 11001010 10010 100010 0 1011011 1010011 10101 101100011 1010100 101011

Color Harmonies of #CA1222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1222

Black with #CA1222

Text Example


Text Example

White with #CA1222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1222; }

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

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

background-color css

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

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

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

border-color css

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

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

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