Html Css Color HEX #C71713 Fire Brick

📋 copy color: '#C71713'

red 199 ◦ green 23 ◦ blue 19

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

Shades of Fire Brick #C71713

Tints of Fire Brick #C71713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.54%

 BLUE value IS 19 (7.81% from 255) = 7.88%

R = 82.57%
G = 9.54%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C71713 (or 0xC71713) is known color: Fire Brick. HEX triplet: C7, 17 and 13. RGB value is (199,23,19). Sum of RGB (Red+Green+Blue) = 199+23+19=241 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.57% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 199 - color contains mainly: red. Hex color #C71713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71713 is #38E8EC. Grayscale: #4B4B4B. Windows color (decimal): -3729645 or 1251271. OLE color: 1251271.

HSL color Cylindrical-coordinate representation of color #C71713: hue angle of 1.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71713 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 23 19 -
CMYK 0 0.88 0.90 0.22
HSL 1.33º 0.83% 0.43% -
HSV(B) 1.33º 0.9% 0.78% -
XYZ 23.98 12.8 1.82 -
YUV 75.17 96.31 216.33 -
System Red Green Blue C M Y K H S L
Decimal 199 23 19 0 0.88 0.90 0.22 1.33 0.83 0.43
Hex C7 17 13 0 58 5A 16 1 53 2B
Octal 307 27 23 0 130 132 26 1 123 53
Binary 11000111 10111 10011 0 1011000 1011010 10110 1 1010011 101011

Color Harmonies of #C71713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71713

Black with #C71713

Text Example


Text Example

White with #C71713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71713; }

 p { color: rgb(199,23,19); }

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

background-color css

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

 a { background-color: rgb(199,23,19); }

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

border-color css

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

 span { border-color: rgb(199,23,19); }

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