Html Css Color HEX #C0170F Fire Brick

📋 copy color: '#C0170F'

red 192 ◦ green 23 ◦ blue 15

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

Shades of Fire Brick #C0170F

Tints of Fire Brick #C0170F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.52%

R = 83.48%
G = 10%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0170F (or 0xC0170F) is known color: Fire Brick. HEX triplet: C0, 17 and 0F. RGB value is (192,23,15). Sum of RGB (Red+Green+Blue) = 192+23+15=230 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.48% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 192 - color contains mainly: red. Hex color #C0170F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0170F is #3FE8F0. Grayscale: #484848. Windows color (decimal): -4188401 or 989120. OLE color: 989120.

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

Color convert

RGB 192 23 15 -
CMYK 0 0.88 0.92 0.25
HSL 2.71º 0.86% 0.41% -
HSV(B) 2.71º 0.92% 0.75% -
XYZ 22.13 11.85 1.57 -
YUV 72.62 95.49 213.15 -
System Red Green Blue C M Y K H S L
Decimal 192 23 15 0 0.88 0.92 0.25 2.71 0.86 0.41
Hex C0 17 F 0 58 5C 19 3 56 29
Octal 300 27 17 0 130 134 31 3 126 51
Binary 11000000 10111 1111 0 1011000 1011100 11001 11 1010110 101001

Color Harmonies of #C0170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0170F

Black with #C0170F

Text Example


Text Example

White with #C0170F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0170F; }

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

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

background-color css

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

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

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

border-color css

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

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

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