Html Css Color HEX #C01910 Fire Brick

📋 copy color: '#C01910'

red 192 ◦ green 25 ◦ blue 16

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

Shades of Fire Brick #C01910

Tints of Fire Brick #C01910

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.73%

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

R = 82.4%
G = 10.73%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C01910 (or 0xC01910) is known color: Fire Brick. HEX triplet: C0, 19 and 10. RGB value is (192,25,16). Sum of RGB (Red+Green+Blue) = 192+25+16=233 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.40% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 192 - color contains mainly: red. Hex color #C01910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01910 is #3FE6EF. Grayscale: #4A4A4A. Windows color (decimal): -4187888 or 1055168. OLE color: 1055168.

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

Color convert

RGB 192 25 16 -
CMYK 0 0.87 0.92 0.25
HSL 3.07º 0.85% 0.41% -
HSV(B) 3.07º 0.92% 0.75% -
XYZ 22.18 11.94 1.63 -
YUV 73.91 95.33 212.23 -
System Red Green Blue C M Y K H S L
Decimal 192 25 16 0 0.87 0.92 0.25 3.07 0.85 0.41
Hex C0 19 10 0 57 5C 19 3 55 29
Octal 300 31 20 0 127 134 31 3 125 51
Binary 11000000 11001 10000 0 1010111 1011100 11001 11 1010101 101001

Color Harmonies of #C01910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01910

Black with #C01910

Text Example


Text Example

White with #C01910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01910; }

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

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

background-color css

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

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

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

border-color css

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

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

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