Html Css Color HEX #C12227 Fire Engine Red

📋 copy color: '#C12227'

red 193 ◦ green 34 ◦ blue 39

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

Shades of Fire Engine Red #C12227

Tints of Fire Engine Red #C12227

RGB

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

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

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

R = 72.56%
G = 12.78%
B = 14.66%

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

#C12227 (or 0xC12227) is known color: Fire Engine Red. HEX triplet: C1, 22 and 27. RGB value is (193,34,39). Sum of RGB (Red+Green+Blue) = 193+34+39=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C12227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12227 is #3EDDD8. Grayscale: #525252. Windows color (decimal): -4120025 or 2564801. OLE color: 2564801.

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

Color convert

RGB 193 34 39 -
CMYK 0 0.82 0.80 0.24
HSL 358.11º 0.7% 0.45% -
HSV(B) 358.11º 0.82% 0.76% -
XYZ 22.93 12.63 3.15 -
YUV 82.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 193 34 39 0 0.82 0.80 0.24 358.11 0.7 0.45
Hex C1 22 27 0 52 50 18 166 46 2D
Octal 301 42 47 0 122 120 30 546 106 55
Binary 11000001 100010 100111 0 1010010 1010000 11000 101100110 1000110 101101

Color Harmonies of #C12227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12227

Black with #C12227

Text Example


Text Example

White with #C12227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12227; }

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

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

background-color css

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

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

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

border-color css

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

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

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