Html Css Color HEX #C1082C Fire Engine Red

📋 copy color: '#C1082C'

red 193 ◦ green 8 ◦ blue 44

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

Shades of Fire Engine Red #C1082C

Tints of Fire Engine Red #C1082C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.27%

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

R = 78.78%
G = 3.27%
B = 17.96%

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

#C1082C (or 0xC1082C) is known color: Fire Engine Red. HEX triplet: C1, 08 and 2C. RGB value is (193,8,44). Sum of RGB (Red+Green+Blue) = 193+8+44=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C1082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1082C is #3EF7D3. Grayscale: #434343. Windows color (decimal): -4126676 or 2885825. OLE color: 2885825.

HSL color Cylindrical-coordinate representation of color #C1082C: hue angle of 348.32º degrees, saturation: 0.92, 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 #C1082C is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 8 44 -
CMYK 0 0.96 0.77 0.24
HSL 348.32º 0.92% 0.39% -
HSV(B) 348.32º 0.96% 0.76% -
XYZ 22.53 11.69 3.45 -
YUV 67.42 114.79 217.57 -
System Red Green Blue C M Y K H S L
Decimal 193 8 44 0 0.96 0.77 0.24 348.32 0.92 0.39
Hex C1 8 2C 0 60 4D 18 15C 5C 27
Octal 301 10 54 0 140 115 30 534 134 47
Binary 11000001 1000 101100 0 1100000 1001101 11000 101011100 1011100 100111

Color Harmonies of #C1082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1082C

Black with #C1082C

Text Example


Text Example

White with #C1082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1082C; }

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

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

background-color css

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

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

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

border-color css

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

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

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