Html Css Color HEX #C01E17 Fire Brick

📋 copy color: '#C01E17'

red 192 ◦ green 30 ◦ blue 23

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

Shades of Fire Brick #C01E17

Tints of Fire Brick #C01E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.24%

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

R = 78.37%
G = 12.24%
B = 9.39%

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

#C01E17 (or 0xC01E17) is known color: Fire Brick. HEX triplet: C0, 1E and 17. RGB value is (192,30,23). Sum of RGB (Red+Green+Blue) = 192+30+23=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01E17 is #3FE1E8. Grayscale: #4D4D4D. Windows color (decimal): -4186601 or 1515200. OLE color: 1515200.

HSL color Cylindrical-coordinate representation of color #C01E17: hue angle of 2.49º 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 #C01E17 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 30 23 -
CMYK 0 0.84 0.88 0.25
HSL 2.49º 0.79% 0.42% -
HSV(B) 2.49º 0.88% 0.75% -
XYZ 22.36 12.2 1.99 -
YUV 77.64 97.17 209.57 -
System Red Green Blue C M Y K H S L
Decimal 192 30 23 0 0.84 0.88 0.25 2.49 0.79 0.42
Hex C0 1E 17 0 54 58 19 2 4F 2A
Octal 300 36 27 0 124 130 31 2 117 52
Binary 11000000 11110 10111 0 1010100 1011000 11001 10 1001111 101010

Color Harmonies of #C01E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E17

Black with #C01E17

Text Example


Text Example

White with #C01E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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