Html Css Color HEX #C12225 Fire Engine Red

📋 copy color: '#C12225'

red 193 ◦ green 34 ◦ blue 37

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

Shades of Fire Engine Red #C12225

Tints of Fire Engine Red #C12225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.02%

R = 73.11%
G = 12.88%
B = 14.02%

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

#C12225 (or 0xC12225) is known color: Fire Engine Red. HEX triplet: C1, 22 and 25. RGB value is (193,34,37). Sum of RGB (Red+Green+Blue) = 193+34+37=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C12225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12225 is #3EDDDA. Grayscale: #525252. Windows color (decimal): -4120027 or 2433729. OLE color: 2433729.

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

Color convert

RGB 193 34 37 -
CMYK 0 0.82 0.81 0.24
HSL 358.87º 0.7% 0.45% -
HSV(B) 358.87º 0.82% 0.76% -
XYZ 22.9 12.62 2.98 -
YUV 81.88 102.68 207.26 -
System Red Green Blue C M Y K H S L
Decimal 193 34 37 0 0.82 0.81 0.24 358.87 0.7 0.45
Hex C1 22 25 0 52 51 18 167 46 2D
Octal 301 42 45 0 122 121 30 547 106 55
Binary 11000001 100010 100101 0 1010010 1010001 11000 101100111 1000110 101101

Color Harmonies of #C12225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12225

Black with #C12225

Text Example


Text Example

White with #C12225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12225; }

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

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

background-color css

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

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

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

border-color css

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

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

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