Html Css Color HEX #C12224 Fire Engine Red

📋 copy color: '#C12224'

red 193 ◦ green 34 ◦ blue 36

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

Shades of Fire Engine Red #C12224

Tints of Fire Engine Red #C12224

RGB

 RED value IS 193 (75.78% from 255) = 73.38%

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

 BLUE value IS 36 (14.45% from 255) = 13.69%

R = 73.38%
G = 12.93%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C12224 (or 0xC12224) is known color: Fire Engine Red. HEX triplet: C1, 22 and 24. RGB value is (193,34,36). Sum of RGB (Red+Green+Blue) = 193+34+36=263 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.38% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 193 - color contains mainly: red. Hex color #C12224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12224 is #3EDDDB. Grayscale: #515151. Windows color (decimal): -4120028 or 2368193. OLE color: 2368193.

HSL color Cylindrical-coordinate representation of color #C12224: hue angle of 359.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12224 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 34 36 -
CMYK 0 0.82 0.81 0.24
HSL 359.25º 0.7% 0.45% -
HSV(B) 359.25º 0.82% 0.76% -
XYZ 22.88 12.61 2.9 -
YUV 81.77 102.18 207.34 -
System Red Green Blue C M Y K H S L
Decimal 193 34 36 0 0.82 0.81 0.24 359.25 0.7 0.45
Hex C1 22 24 0 52 51 18 167 46 2D
Octal 301 42 44 0 122 121 30 547 106 55
Binary 11000001 100010 100100 0 1010010 1010001 11000 101100111 1000110 101101

Color Harmonies of #C12224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12224

Black with #C12224

Text Example


Text Example

White with #C12224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12224; }

 p { color: rgb(193,34,36); }

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

background-color css

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

 a { background-color: rgb(193,34,36); }

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

border-color css

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

 span { border-color: rgb(193,34,36); }

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