Html Css Color HEX #C02018 Fire Brick

📋 copy color: '#C02018'

red 192 ◦ green 32 ◦ blue 24

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

Shades of Fire Brick #C02018

Tints of Fire Brick #C02018

RGB

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

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

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

R = 77.42%
G = 12.9%
B = 9.68%

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

#C02018 (or 0xC02018) is known color: Fire Brick. HEX triplet: C0, 20 and 18. RGB value is (192,32,24). Sum of RGB (Red+Green+Blue) = 192+32+24=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C02018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02018 is #3FDFE7. Grayscale: #4F4F4F. Windows color (decimal): -4186088 or 1581248. OLE color: 1581248.

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

Color convert

RGB 192 32 24 -
CMYK 0 0.83 0.88 0.25
HSL 2.86º 0.78% 0.42% -
HSV(B) 2.86º 0.88% 0.75% -
XYZ 22.42 12.31 2.06 -
YUV 78.93 97.01 208.65 -
System Red Green Blue C M Y K H S L
Decimal 192 32 24 0 0.83 0.88 0.25 2.86 0.78 0.42
Hex C0 20 18 0 53 58 19 3 4E 2A
Octal 300 40 30 0 123 130 31 3 116 52
Binary 11000000 100000 11000 0 1010011 1011000 11001 11 1001110 101010

Color Harmonies of #C02018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02018

Black with #C02018

Text Example


Text Example

White with #C02018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02018; }

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

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

background-color css

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

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

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

border-color css

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

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

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