Html Css Color HEX #C01F17 Fire Brick

📋 copy color: '#C01F17'

red 192 ◦ green 31 ◦ blue 23

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

Shades of Fire Brick #C01F17

Tints of Fire Brick #C01F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.6%

 BLUE value IS 23 (9.38% from 255) = 9.35%

R = 78.05%
G = 12.6%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C01F17 (or 0xC01F17) is known color: Fire Brick. HEX triplet: C0, 1F and 17. RGB value is (192,31,23). Sum of RGB (Red+Green+Blue) = 192+31+23=246 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.05% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01F17 is #3FE0E8. Grayscale: #4E4E4E. Windows color (decimal): -4186345 or 1515456. OLE color: 1515456.

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

Color convert

RGB 192 31 23 -
CMYK 0 0.84 0.88 0.25
HSL 2.84º 0.79% 0.42% -
HSV(B) 2.84º 0.88% 0.75% -
XYZ 22.38 12.25 2 -
YUV 78.23 96.84 209.15 -
System Red Green Blue C M Y K H S L
Decimal 192 31 23 0 0.84 0.88 0.25 2.84 0.79 0.42
Hex C0 1F 17 0 54 58 19 3 4F 2A
Octal 300 37 27 0 124 130 31 3 117 52
Binary 11000000 11111 10111 0 1010100 1011000 11001 11 1001111 101010

Color Harmonies of #C01F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F17

Black with #C01F17

Text Example


Text Example

White with #C01F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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