Html Css Color HEX #C0170E Fire Brick

📋 copy color: '#C0170E'

red 192 ◦ green 23 ◦ blue 14

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

Shades of Fire Brick #C0170E

Tints of Fire Brick #C0170E

RGB

 RED value IS 192 (75.39% from 255) = 83.84%

 GREEN value IS 23 (9.38% from 255) = 10.04%

 BLUE value IS 14 (5.86% from 255) = 6.11%

R = 83.84%
G = 10.04%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0170E (or 0xC0170E) is known color: Fire Brick. HEX triplet: C0, 17 and 0E. RGB value is (192,23,14). Sum of RGB (Red+Green+Blue) = 192+23+14=229 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.84% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 192 - color contains mainly: red. Hex color #C0170E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0170E is #3FE8F1. Grayscale: #484848. Windows color (decimal): -4188402 or 923584. OLE color: 923584.

HSL color Cylindrical-coordinate representation of color #C0170E: hue angle of 3.03º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0170E is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 23 14 -
CMYK 0 0.88 0.93 0.25
HSL 3.03º 0.86% 0.4% -
HSV(B) 3.03º 0.93% 0.75% -
XYZ 22.12 11.85 1.54 -
YUV 72.51 94.99 213.23 -
System Red Green Blue C M Y K H S L
Decimal 192 23 14 0 0.88 0.93 0.25 3.03 0.86 0.4
Hex C0 17 E 0 58 5D 19 3 56 28
Octal 300 27 16 0 130 135 31 3 126 50
Binary 11000000 10111 1110 0 1011000 1011101 11001 11 1010110 101000

Color Harmonies of #C0170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0170E

Black with #C0170E

Text Example


Text Example

White with #C0170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0170E; }

 p { color: rgb(192,23,14); }

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

background-color css

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

 a { background-color: rgb(192,23,14); }

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

border-color css

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

 span { border-color: rgb(192,23,14); }

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