Html Css Color HEX #C12024 Fire Engine Red

📋 copy color: '#C12024'

red 193 ◦ green 32 ◦ blue 36

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

Shades of Fire Engine Red #C12024

Tints of Fire Engine Red #C12024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.26%

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

R = 73.95%
G = 12.26%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C12024 (or 0xC12024) is known color: Fire Engine Red. HEX triplet: C1, 20 and 24. RGB value is (193,32,36). Sum of RGB (Red+Green+Blue) = 193+32+36=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C12024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12024 is #3EDFDB. Grayscale: #505050. Windows color (decimal): -4120540 or 2367681. OLE color: 2367681.

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

Color convert

RGB 193 32 36 -
CMYK 0 0.83 0.81 0.24
HSL 358.51º 0.72% 0.44% -
HSV(B) 358.51º 0.83% 0.76% -
XYZ 22.83 12.5 2.88 -
YUV 80.6 102.84 208.17 -
System Red Green Blue C M Y K H S L
Decimal 193 32 36 0 0.83 0.81 0.24 358.51 0.72 0.44
Hex C1 20 24 0 53 51 18 167 48 2C
Octal 301 40 44 0 123 121 30 547 110 54
Binary 11000001 100000 100100 0 1010011 1010001 11000 101100111 1001000 101100

Color Harmonies of #C12024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12024

Black with #C12024

Text Example


Text Example

White with #C12024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12024; }

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

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

background-color css

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

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

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

border-color css

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

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

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