Html Css Color HEX #C71814 Fire Brick

📋 copy color: '#C71814'

red 199 ◦ green 24 ◦ blue 20

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

Shades of Fire Brick #C71814

Tints of Fire Brick #C71814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.88%

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

R = 81.89%
G = 9.88%
B = 8.23%

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

#C71814 (or 0xC71814) is known color: Fire Brick. HEX triplet: C7, 18 and 14. RGB value is (199,24,20). Sum of RGB (Red+Green+Blue) = 199+24+20=243 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.89% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 199 - color contains mainly: red. Hex color #C71814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71814 is #38E7EB. Grayscale: #4C4C4C. Windows color (decimal): -3729388 or 1317063. OLE color: 1317063.

HSL color Cylindrical-coordinate representation of color #C71814: hue angle of 1.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 #C71814 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 24 20 -
CMYK 0 0.88 0.90 0.22
HSL 1.34º 0.82% 0.43% -
HSV(B) 1.34º 0.9% 0.78% -
XYZ 24.01 12.85 1.88 -
YUV 75.87 96.48 215.83 -
System Red Green Blue C M Y K H S L
Decimal 199 24 20 0 0.88 0.90 0.22 1.34 0.82 0.43
Hex C7 18 14 0 58 5A 16 1 52 2B
Octal 307 30 24 0 130 132 26 1 122 53
Binary 11000111 11000 10100 0 1011000 1011010 10110 1 1010010 101011

Color Harmonies of #C71814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71814

Black with #C71814

Text Example


Text Example

White with #C71814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71814; }

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

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

background-color css

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

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

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

border-color css

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

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

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