Html Css Color HEX #CA1F22 Fire Engine Red

📋 copy color: '#CA1F22'

red 202 ◦ green 31 ◦ blue 34

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

Shades of Fire Engine Red #CA1F22

Tints of Fire Engine Red #CA1F22

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.61%

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

R = 75.66%
G = 11.61%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA1F22 (or 0xCA1F22) is known color: Fire Engine Red. HEX triplet: CA, 1F and 22. RGB value is (202,31,34). Sum of RGB (Red+Green+Blue) = 202+31+34=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1F22 is #35E0DD. Grayscale: #525252. Windows color (decimal): -3530974 or 2236362. OLE color: 2236362.

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

Color convert

RGB 202 31 34 -
CMYK 0 0.85 0.83 0.21
HSL 358.95º 0.73% 0.46% -
HSV(B) 358.95º 0.85% 0.79% -
XYZ 25.14 13.65 2.82 -
YUV 82.47 100.65 213.26 -
System Red Green Blue C M Y K H S L
Decimal 202 31 34 0 0.85 0.83 0.21 358.95 0.73 0.46
Hex CA 1F 22 0 55 53 15 167 49 2E
Octal 312 37 42 0 125 123 25 547 111 56
Binary 11001010 11111 100010 0 1010101 1010011 10101 101100111 1001001 101110

Color Harmonies of #CA1F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1F22

Black with #CA1F22

Text Example


Text Example

White with #CA1F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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