Html Css Color HEX #C71812 Fire Brick

📋 copy color: '#C71812'

red 199 ◦ green 24 ◦ blue 18

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

Shades of Fire Brick #C71812

Tints of Fire Brick #C71812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.47%

R = 82.57%
G = 9.96%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C71812 (or 0xC71812) is known color: Fire Brick. HEX triplet: C7, 18 and 12. RGB value is (199,24,18). Sum of RGB (Red+Green+Blue) = 199+24+18=241 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.57% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 199 - color contains mainly: red. Hex color #C71812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71812 is #38E7ED. Grayscale: #4B4B4B. Windows color (decimal): -3729390 or 1185991. OLE color: 1185991.

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

Color convert

RGB 199 24 18 -
CMYK 0 0.88 0.91 0.22
HSL 1.99º 0.83% 0.43% -
HSV(B) 1.99º 0.91% 0.78% -
XYZ 23.99 12.84 1.79 -
YUV 75.64 95.48 215.99 -
System Red Green Blue C M Y K H S L
Decimal 199 24 18 0 0.88 0.91 0.22 1.99 0.83 0.43
Hex C7 18 12 0 58 5B 16 2 53 2B
Octal 307 30 22 0 130 133 26 2 123 53
Binary 11000111 11000 10010 0 1011000 1011011 10110 10 1010011 101011

Color Harmonies of #C71812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71812

Black with #C71812

Text Example


Text Example

White with #C71812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71812; }

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

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

background-color css

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

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

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

border-color css

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

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

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