Html Css Color HEX #C71910 Fire Brick

📋 copy color: '#C71910'

red 199 ◦ green 25 ◦ blue 16

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

Shades of Fire Brick #C71910

Tints of Fire Brick #C71910

RGB

 RED value IS 199 (78.13% from 255) = 82.92%

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

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

R = 82.92%
G = 10.42%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C71910 (or 0xC71910) is known color: Fire Brick. HEX triplet: C7, 19 and 10. RGB value is (199,25,16). Sum of RGB (Red+Green+Blue) = 199+25+16=240 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.92% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 199 - color contains mainly: red. Hex color #C71910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71910 is #38E6EF. Grayscale: #4C4C4C. Windows color (decimal): -3729136 or 1055175. OLE color: 1055175.

HSL color Cylindrical-coordinate representation of color #C71910: hue angle of 2.95º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C71910 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 25 16 -
CMYK 0 0.87 0.92 0.22
HSL 2.95º 0.85% 0.42% -
HSV(B) 2.95º 0.92% 0.78% -
XYZ 23.99 12.87 1.71 -
YUV 76 94.15 215.73 -
System Red Green Blue C M Y K H S L
Decimal 199 25 16 0 0.87 0.92 0.22 2.95 0.85 0.42
Hex C7 19 10 0 57 5C 16 3 55 2A
Octal 307 31 20 0 127 134 26 3 125 52
Binary 11000111 11001 10000 0 1010111 1011100 10110 11 1010101 101010

Color Harmonies of #C71910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71910

Black with #C71910

Text Example


Text Example

White with #C71910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71910; }

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

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

background-color css

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

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

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

border-color css

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

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

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