Html Css Color HEX #C71514 Fire Brick

📋 copy color: '#C71514'

red 199 ◦ green 21 ◦ blue 20

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

Shades of Fire Brick #C71514

Tints of Fire Brick #C71514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.33%

R = 82.92%
G = 8.75%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C71514 (or 0xC71514) is known color: Fire Brick. HEX triplet: C7, 15 and 14. RGB value is (199,21,20). Sum of RGB (Red+Green+Blue) = 199+21+20=240 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.92% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 199 - color contains mainly: red. Hex color #C71514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71514 is #38EAEB. Grayscale: #4A4A4A. Windows color (decimal): -3730156 or 1316295. OLE color: 1316295.

HSL color Cylindrical-coordinate representation of color #C71514: hue angle of 0.34º degrees, saturation: 0.82, 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 #C71514 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 21 20 -
CMYK 0 0.89 0.90 0.22
HSL 0.34º 0.82% 0.43% -
HSV(B) 0.34º 0.9% 0.78% -
XYZ 23.95 12.73 1.86 -
YUV 74.11 97.47 217.08 -
System Red Green Blue C M Y K H S L
Decimal 199 21 20 0 0.89 0.90 0.22 0.34 0.82 0.43
Hex C7 15 14 0 59 5A 16 0 52 2B
Octal 307 25 24 0 131 132 26 0 122 53
Binary 11000111 10101 10100 0 1011001 1011010 10110 0 1010010 101011

Color Harmonies of #C71514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71514

Black with #C71514

Text Example


Text Example

White with #C71514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71514; }

 p { color: rgb(199,21,20); }

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

background-color css

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

 a { background-color: rgb(199,21,20); }

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

border-color css

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

 span { border-color: rgb(199,21,20); }

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