Html Css Color HEX #C02015 Fire Brick

📋 copy color: '#C02015'

red 192 ◦ green 32 ◦ blue 21

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

Shades of Fire Brick #C02015

Tints of Fire Brick #C02015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.57%

R = 78.37%
G = 13.06%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C02015 (or 0xC02015) is known color: Fire Brick. HEX triplet: C0, 20 and 15. RGB value is (192,32,21). Sum of RGB (Red+Green+Blue) = 192+32+21=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C02015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02015 is #3FDFEA. Grayscale: #4E4E4E. Windows color (decimal): -4186091 or 1384640. OLE color: 1384640.

HSL color Cylindrical-coordinate representation of color #C02015: hue angle of 3.86º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C02015 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 32 21 -
CMYK 0 0.83 0.89 0.25
HSL 3.86º 0.8% 0.42% -
HSV(B) 3.86º 0.89% 0.75% -
XYZ 22.39 12.29 1.9 -
YUV 78.59 95.51 208.89 -
System Red Green Blue C M Y K H S L
Decimal 192 32 21 0 0.83 0.89 0.25 3.86 0.8 0.42
Hex C0 20 15 0 53 59 19 4 50 2A
Octal 300 40 25 0 123 131 31 4 120 52
Binary 11000000 100000 10101 0 1010011 1011001 11001 100 1010000 101010

Color Harmonies of #C02015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02015

Black with #C02015

Text Example


Text Example

White with #C02015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02015; }

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

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

background-color css

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

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

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

border-color css

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

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

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