Html Css Color HEX #C02518 Fire Brick

📋 copy color: '#C02518'

red 192 ◦ green 37 ◦ blue 24

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

Shades of Fire Brick #C02518

Tints of Fire Brick #C02518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.49%

R = 75.89%
G = 14.62%
B = 9.49%

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

#C02518 (or 0xC02518) is known color: Fire Brick. HEX triplet: C0, 25 and 18. RGB value is (192,37,24). Sum of RGB (Red+Green+Blue) = 192+37+24=253 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.89% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 192 - color contains mainly: red. Hex color #C02518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02518 is #3FDAE7. Grayscale: #525252. Windows color (decimal): -4184808 or 1582528. OLE color: 1582528.

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

Color convert

RGB 192 37 24 -
CMYK 0 0.81 0.88 0.25
HSL 4.64º 0.78% 0.42% -
HSV(B) 4.64º 0.88% 0.75% -
XYZ 22.56 12.6 2.11 -
YUV 81.86 95.35 206.56 -
System Red Green Blue C M Y K H S L
Decimal 192 37 24 0 0.81 0.88 0.25 4.64 0.78 0.42
Hex C0 25 18 0 51 58 19 5 4E 2A
Octal 300 45 30 0 121 130 31 5 116 52
Binary 11000000 100101 11000 0 1010001 1011000 11001 101 1001110 101010

Color Harmonies of #C02518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02518

Black with #C02518

Text Example


Text Example

White with #C02518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02518; }

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

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

background-color css

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

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

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

border-color css

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

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

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