Html Css Color HEX #C12327 Fire Engine Red

📋 copy color: '#C12327'

red 193 ◦ green 35 ◦ blue 39

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

Shades of Fire Engine Red #C12327

Tints of Fire Engine Red #C12327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.61%

R = 72.28%
G = 13.11%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C12327 (or 0xC12327) is known color: Fire Engine Red. HEX triplet: C1, 23 and 27. RGB value is (193,35,39). Sum of RGB (Red+Green+Blue) = 193+35+39=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C12327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12327 is #3EDCD8. Grayscale: #525252. Windows color (decimal): -4119769 or 2565057. OLE color: 2565057.

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

Color convert

RGB 193 35 39 -
CMYK 0 0.82 0.80 0.24
HSL 358.48º 0.69% 0.45% -
HSV(B) 358.48º 0.82% 0.76% -
XYZ 22.96 12.69 3.16 -
YUV 82.7 103.35 206.67 -
System Red Green Blue C M Y K H S L
Decimal 193 35 39 0 0.82 0.80 0.24 358.48 0.69 0.45
Hex C1 23 27 0 52 50 18 166 45 2D
Octal 301 43 47 0 122 120 30 546 105 55
Binary 11000001 100011 100111 0 1010010 1010000 11000 101100110 1000101 101101

Color Harmonies of #C12327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12327

Black with #C12327

Text Example


Text Example

White with #C12327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12327; }

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

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

background-color css

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

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

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

border-color css

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

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

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