Html Css Color HEX #C12324 Fire Engine Red

📋 copy color: '#C12324'

red 193 ◦ green 35 ◦ blue 36

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

Shades of Fire Engine Red #C12324

Tints of Fire Engine Red #C12324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.26%

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

R = 73.11%
G = 13.26%
B = 13.64%

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

#C12324 (or 0xC12324) is known color: Fire Engine Red. HEX triplet: C1, 23 and 24. RGB value is (193,35,36). Sum of RGB (Red+Green+Blue) = 193+35+36=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C12324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12324 is #3EDCDB. Grayscale: #525252. Windows color (decimal): -4119772 or 2368449. OLE color: 2368449.

HSL color Cylindrical-coordinate representation of color #C12324: hue angle of 359.62º degrees, saturation: 0.69, 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 #C12324 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 35 36 -
CMYK 0 0.82 0.81 0.24
HSL 359.62º 0.69% 0.45% -
HSV(B) 359.62º 0.82% 0.76% -
XYZ 22.91 12.67 2.91 -
YUV 82.36 101.85 206.92 -
System Red Green Blue C M Y K H S L
Decimal 193 35 36 0 0.82 0.81 0.24 359.62 0.69 0.45
Hex C1 23 24 0 52 51 18 168 45 2D
Octal 301 43 44 0 122 121 30 550 105 55
Binary 11000001 100011 100100 0 1010010 1010001 11000 101101000 1000101 101101

Color Harmonies of #C12324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12324

Black with #C12324

Text Example


Text Example

White with #C12324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12324; }

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

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

background-color css

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

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

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

border-color css

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

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

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