Html Css Color HEX #C12226 Fire Engine Red

📋 copy color: '#C12226'

red 193 ◦ green 34 ◦ blue 38

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

Shades of Fire Engine Red #C12226

Tints of Fire Engine Red #C12226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.34%

R = 72.83%
G = 12.83%
B = 14.34%

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

#C12226 (or 0xC12226) is known color: Fire Engine Red. HEX triplet: C1, 22 and 26. RGB value is (193,34,38). Sum of RGB (Red+Green+Blue) = 193+34+38=265 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.83% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 193 - color contains mainly: red. Hex color #C12226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12226 is #3EDDD9. Grayscale: #525252. Windows color (decimal): -4120026 or 2499265. OLE color: 2499265.

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

Color convert

RGB 193 34 38 -
CMYK 0 0.82 0.80 0.24
HSL 358.49º 0.7% 0.45% -
HSV(B) 358.49º 0.82% 0.76% -
XYZ 22.91 12.62 3.06 -
YUV 82 103.18 207.17 -
System Red Green Blue C M Y K H S L
Decimal 193 34 38 0 0.82 0.80 0.24 358.49 0.7 0.45
Hex C1 22 26 0 52 50 18 166 46 2D
Octal 301 42 46 0 122 120 30 546 106 55
Binary 11000001 100010 100110 0 1010010 1010000 11000 101100110 1000110 101101

Color Harmonies of #C12226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12226

Black with #C12226

Text Example


Text Example

White with #C12226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12226; }

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

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

background-color css

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

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

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

border-color css

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

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

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