Html Css Color HEX #C02517 Fire Brick

📋 copy color: '#C02517'

red 192 ◦ green 37 ◦ blue 23

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

Shades of Fire Brick #C02517

Tints of Fire Brick #C02517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.68%

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

R = 76.19%
G = 14.68%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C02517 (or 0xC02517) is known color: Fire Brick. HEX triplet: C0, 25 and 17. RGB value is (192,37,23). Sum of RGB (Red+Green+Blue) = 192+37+23=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C02517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02517 is #3FDAE8. Grayscale: #515151. Windows color (decimal): -4184809 or 1516992. OLE color: 1516992.

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

Color convert

RGB 192 37 23 -
CMYK 0 0.81 0.88 0.25
HSL 4.97º 0.79% 0.42% -
HSV(B) 4.97º 0.88% 0.75% -
XYZ 22.55 12.59 2.05 -
YUV 81.75 94.85 206.64 -
System Red Green Blue C M Y K H S L
Decimal 192 37 23 0 0.81 0.88 0.25 4.97 0.79 0.42
Hex C0 25 17 0 51 58 19 5 4F 2A
Octal 300 45 27 0 121 130 31 5 117 52
Binary 11000000 100101 10111 0 1010001 1011000 11001 101 1001111 101010

Color Harmonies of #C02517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02517

Black with #C02517

Text Example


Text Example

White with #C02517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02517; }

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

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

background-color css

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

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

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

border-color css

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

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

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