Html Css Color HEX #C02017 Fire Brick

📋 copy color: '#C02017'

red 192 ◦ green 32 ◦ blue 23

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

Shades of Fire Brick #C02017

Tints of Fire Brick #C02017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.96%

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

R = 77.73%
G = 12.96%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C02017 (or 0xC02017) is known color: Fire Brick. HEX triplet: C0, 20 and 17. RGB value is (192,32,23). Sum of RGB (Red+Green+Blue) = 192+32+23=247 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.73% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 192 - color contains mainly: red. Hex color #C02017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02017 is #3FDFE8. Grayscale: #4F4F4F. Windows color (decimal): -4186089 or 1515712. OLE color: 1515712.

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

Color convert

RGB 192 32 23 -
CMYK 0 0.83 0.88 0.25
HSL 3.2º 0.79% 0.42% -
HSV(B) 3.2º 0.88% 0.75% -
XYZ 22.41 12.3 2 -
YUV 78.81 96.51 208.73 -
System Red Green Blue C M Y K H S L
Decimal 192 32 23 0 0.83 0.88 0.25 3.2 0.79 0.42
Hex C0 20 17 0 53 58 19 3 4F 2A
Octal 300 40 27 0 123 130 31 3 117 52
Binary 11000000 100000 10111 0 1010011 1011000 11001 11 1001111 101010

Color Harmonies of #C02017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02017

Black with #C02017

Text Example


Text Example

White with #C02017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02017; }

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

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

background-color css

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

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

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

border-color css

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

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

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