Html Css Color HEX #C10C2C Fire Engine Red

📋 copy color: '#C10C2C'

red 193 ◦ green 12 ◦ blue 44

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

Shades of Fire Engine Red #C10C2C

Tints of Fire Engine Red #C10C2C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.82%

 BLUE value IS 44 (17.58% from 255) = 17.67%

R = 77.51%
G = 4.82%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C10C2C (or 0xC10C2C) is known color: Fire Engine Red. HEX triplet: C1, 0C and 2C. RGB value is (193,12,44). Sum of RGB (Red+Green+Blue) = 193+12+44=249 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.51% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10C2C is #3EF3D3. Grayscale: #454545. Windows color (decimal): -4125652 or 2886849. OLE color: 2886849.

HSL color Cylindrical-coordinate representation of color #C10C2C: hue angle of 349.39º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10C2C is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 12 44 -
CMYK 0 0.94 0.77 0.24
HSL 349.39º 0.88% 0.4% -
HSV(B) 349.39º 0.94% 0.76% -
XYZ 22.58 11.78 3.47 -
YUV 69.77 113.47 215.9 -
System Red Green Blue C M Y K H S L
Decimal 193 12 44 0 0.94 0.77 0.24 349.39 0.88 0.4
Hex C1 C 2C 0 5E 4D 18 15D 58 28
Octal 301 14 54 0 136 115 30 535 130 50
Binary 11000001 1100 101100 0 1011110 1001101 11000 101011101 1011000 101000

Color Harmonies of #C10C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10C2C

Black with #C10C2C

Text Example


Text Example

White with #C10C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10C2C; }

 p { color: rgb(193,12,44); }

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

background-color css

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

 a { background-color: rgb(193,12,44); }

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

border-color css

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

 span { border-color: rgb(193,12,44); }

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