Html Css Color HEX #C01717 Fire Brick

📋 copy color: '#C01717'

red 192 ◦ green 23 ◦ blue 23

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

Shades of Fire Brick #C01717

Tints of Fire Brick #C01717

RGB

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

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

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

R = 80.67%
G = 9.66%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C01717 (or 0xC01717) is known color: Fire Brick. HEX triplet: C0, 17 and 17. RGB value is (192,23,23). Sum of RGB (Red+Green+Blue) = 192+23+23=238 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.67% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 192 - color contains mainly: red. Hex color #C01717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01717 is #3FE8E8. Grayscale: #494949. Windows color (decimal): -4188393 or 1513408. OLE color: 1513408.

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

Color convert

RGB 192 23 23 -
CMYK 0 0.88 0.88 0.25
HSL 0.79% 0.42% -
HSV(B) 0.88% 0.75% -
XYZ 22.2 11.88 1.93 -
YUV 73.53 99.49 212.5 -
System Red Green Blue C M Y K H S L
Decimal 192 23 23 0 0.88 0.88 0.25 0 0.79 0.42
Hex C0 17 17 0 58 58 19 0 4F 2A
Octal 300 27 27 0 130 130 31 0 117 52
Binary 11000000 10111 10111 0 1011000 1011000 11001 0 1001111 101010

Color Harmonies of #C01717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01717

Black with #C01717

Text Example


Text Example

White with #C01717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01717; }

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

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

background-color css

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

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

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

border-color css

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

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

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