Html Css Color HEX #C71614 Fire Brick

📋 copy color: '#C71614'

red 199 ◦ green 22 ◦ blue 20

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

Shades of Fire Brick #C71614

Tints of Fire Brick #C71614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.13%

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

R = 82.57%
G = 9.13%
B = 8.3%

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

#C71614 (or 0xC71614) is known color: Fire Brick. HEX triplet: C7, 16 and 14. RGB value is (199,22,20). Sum of RGB (Red+Green+Blue) = 199+22+20=241 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.57% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 199 - color contains mainly: red. Hex color #C71614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71614 is #38E9EB. Grayscale: #4A4A4A. Windows color (decimal): -3729900 or 1316551. OLE color: 1316551.

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

Color convert

RGB 199 22 20 -
CMYK 0 0.89 0.90 0.22
HSL 0.67º 0.82% 0.43% -
HSV(B) 0.67º 0.9% 0.78% -
XYZ 23.97 12.77 1.86 -
YUV 74.7 97.14 216.66 -
System Red Green Blue C M Y K H S L
Decimal 199 22 20 0 0.89 0.90 0.22 0.67 0.82 0.43
Hex C7 16 14 0 59 5A 16 1 52 2B
Octal 307 26 24 0 131 132 26 1 122 53
Binary 11000111 10110 10100 0 1011001 1011010 10110 1 1010010 101011

Color Harmonies of #C71614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71614

Black with #C71614

Text Example


Text Example

White with #C71614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71614; }

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

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

background-color css

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

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

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

border-color css

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

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

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