Html Css Color HEX #C12229 Fire Engine Red

📋 copy color: '#C12229'

red 193 ◦ green 34 ◦ blue 41

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

Shades of Fire Engine Red #C12229

Tints of Fire Engine Red #C12229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.3%

R = 72.01%
G = 12.69%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C12229 (or 0xC12229) is known color: Fire Engine Red. HEX triplet: C1, 22 and 29. RGB value is (193,34,41). Sum of RGB (Red+Green+Blue) = 193+34+41=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C12229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12229 is #3EDDD6. Grayscale: #525252. Windows color (decimal): -4120023 or 2695873. OLE color: 2695873.

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

Color convert

RGB 193 34 41 -
CMYK 0 0.82 0.79 0.24
HSL 357.36º 0.7% 0.45% -
HSV(B) 357.36º 0.82% 0.76% -
XYZ 22.96 12.64 3.33 -
YUV 82.34 104.68 206.93 -
System Red Green Blue C M Y K H S L
Decimal 193 34 41 0 0.82 0.79 0.24 357.36 0.7 0.45
Hex C1 22 29 0 52 4F 18 165 46 2D
Octal 301 42 51 0 122 117 30 545 106 55
Binary 11000001 100010 101001 0 1010010 1001111 11000 101100101 1000110 101101

Color Harmonies of #C12229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12229

Black with #C12229

Text Example


Text Example

White with #C12229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12229; }

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

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

background-color css

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

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

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

border-color css

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

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

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