Html Css Color HEX #C01510 Fire Brick

📋 copy color: '#C01510'

red 192 ◦ green 21 ◦ blue 16

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

Shades of Fire Brick #C01510

Tints of Fire Brick #C01510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.17%

 BLUE value IS 16 (6.64% from 255) = 6.99%

R = 83.84%
G = 9.17%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C01510 (or 0xC01510) is known color: Fire Brick. HEX triplet: C0, 15 and 10. RGB value is (192,21,16). Sum of RGB (Red+Green+Blue) = 192+21+16=229 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.84% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 192 - color contains mainly: red. Hex color #C01510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01510 is #3FEAEF. Grayscale: #474747. Windows color (decimal): -4188912 or 1054144. OLE color: 1054144.

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

Color convert

RGB 192 21 16 -
CMYK 0 0.89 0.92 0.25
HSL 1.7º 0.85% 0.41% -
HSV(B) 1.7º 0.92% 0.75% -
XYZ 22.1 11.78 1.6 -
YUV 71.56 96.65 213.91 -
System Red Green Blue C M Y K H S L
Decimal 192 21 16 0 0.89 0.92 0.25 1.7 0.85 0.41
Hex C0 15 10 0 59 5C 19 2 55 29
Octal 300 25 20 0 131 134 31 2 125 51
Binary 11000000 10101 10000 0 1011001 1011100 11001 10 1010101 101001

Color Harmonies of #C01510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01510

Black with #C01510

Text Example


Text Example

White with #C01510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01510; }

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

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

background-color css

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

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

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

border-color css

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

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

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