Html Css Color HEX #C1072C Fire Engine Red

📋 copy color: '#C1072C'

red 193 ◦ green 7 ◦ blue 44

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

Shades of Fire Engine Red #C1072C

Tints of Fire Engine Red #C1072C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.87%

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

R = 79.1%
G = 2.87%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1072C (or 0xC1072C) is known color: Fire Engine Red. HEX triplet: C1, 07 and 2C. RGB value is (193,7,44). Sum of RGB (Red+Green+Blue) = 193+7+44=244 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.10% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 193 - color contains mainly: red. Hex color #C1072C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1072C is #3EF8D3. Grayscale: #424242. Windows color (decimal): -4126932 or 2885569. OLE color: 2885569.

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

Color convert

RGB 193 7 44 -
CMYK 0 0.96 0.77 0.24
HSL 348.06º 0.93% 0.39% -
HSV(B) 348.06º 0.96% 0.76% -
XYZ 22.52 11.67 3.45 -
YUV 66.83 115.12 217.99 -
System Red Green Blue C M Y K H S L
Decimal 193 7 44 0 0.96 0.77 0.24 348.06 0.93 0.39
Hex C1 7 2C 0 60 4D 18 15C 5D 27
Octal 301 7 54 0 140 115 30 534 135 47
Binary 11000001 111 101100 0 1100000 1001101 11000 101011100 1011101 100111

Color Harmonies of #C1072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1072C

Black with #C1072C

Text Example


Text Example

White with #C1072C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1072C; }

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

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

background-color css

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

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

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

border-color css

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

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

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