Html Css Color HEX #C01A17 Fire Brick

📋 copy color: '#C01A17'

red 192 ◦ green 26 ◦ blue 23

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

Shades of Fire Brick #C01A17

Tints of Fire Brick #C01A17

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.79%

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

R = 79.67%
G = 10.79%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C01A17 (or 0xC01A17) is known color: Fire Brick. HEX triplet: C0, 1A and 17. RGB value is (192,26,23). Sum of RGB (Red+Green+Blue) = 192+26+23=241 (31% of max value = 765). Red value is 192 (75.39% from 255 or 79.67% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01A17 is #3FE5E8. Grayscale: #4B4B4B. Windows color (decimal): -4187625 or 1514176. OLE color: 1514176.

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

Color convert

RGB 192 26 23 -
CMYK 0 0.86 0.88 0.25
HSL 1.07º 0.79% 0.42% -
HSV(B) 1.07º 0.88% 0.75% -
XYZ 22.26 12.01 1.95 -
YUV 75.29 98.5 211.24 -
System Red Green Blue C M Y K H S L
Decimal 192 26 23 0 0.86 0.88 0.25 1.07 0.79 0.42
Hex C0 1A 17 0 56 58 19 1 4F 2A
Octal 300 32 27 0 126 130 31 1 117 52
Binary 11000000 11010 10111 0 1010110 1011000 11001 1 1001111 101010

Color Harmonies of #C01A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A17

Black with #C01A17

Text Example


Text Example

White with #C01A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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