Html Css Color HEX #C71915 Fire Brick

📋 copy color: '#C71915'

red 199 ◦ green 25 ◦ blue 21

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

Shades of Fire Brick #C71915

Tints of Fire Brick #C71915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.57%

R = 81.22%
G = 10.2%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C71915 (or 0xC71915) is known color: Fire Brick. HEX triplet: C7, 19 and 15. RGB value is (199,25,21). Sum of RGB (Red+Green+Blue) = 199+25+21=245 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.22% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 199 - color contains mainly: red. Hex color #C71915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71915 is #38E6EA. Grayscale: #4C4C4C. Windows color (decimal): -3729131 or 1382855. OLE color: 1382855.

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

Color convert

RGB 199 25 21 -
CMYK 0 0.87 0.89 0.22
HSL 1.35º 0.81% 0.43% -
HSV(B) 1.35º 0.89% 0.78% -
XYZ 24.04 12.89 1.93 -
YUV 76.57 96.65 215.33 -
System Red Green Blue C M Y K H S L
Decimal 199 25 21 0 0.87 0.89 0.22 1.35 0.81 0.43
Hex C7 19 15 0 57 59 16 1 51 2B
Octal 307 31 25 0 127 131 26 1 121 53
Binary 11000111 11001 10101 0 1010111 1011001 10110 1 1010001 101011

Color Harmonies of #C71915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71915

Black with #C71915

Text Example


Text Example

White with #C71915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71915; }

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

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

background-color css

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

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

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

border-color css

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

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

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