Html Css Color HEX #C71A17 Fire Brick

📋 copy color: '#C71A17'

red 199 ◦ green 26 ◦ blue 23

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

Shades of Fire Brick #C71A17

Tints of Fire Brick #C71A17

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.48%

 BLUE value IS 23 (9.38% from 255) = 9.27%

R = 80.24%
G = 10.48%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C71A17 (or 0xC71A17) is known color: Fire Brick. HEX triplet: C7, 1A and 17. RGB value is (199,26,23). Sum of RGB (Red+Green+Blue) = 199+26+23=248 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.24% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71A17 is #38E5E8. Grayscale: #4D4D4D. Windows color (decimal): -3728873 or 1514183. OLE color: 1514183.

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

Color convert

RGB 199 26 23 -
CMYK 0 0.87 0.88 0.22
HSL 1.02º 0.79% 0.44% -
HSV(B) 1.02º 0.88% 0.78% -
XYZ 24.08 12.94 2.04 -
YUV 77.39 97.31 214.74 -
System Red Green Blue C M Y K H S L
Decimal 199 26 23 0 0.87 0.88 0.22 1.02 0.79 0.44
Hex C7 1A 17 0 57 58 16 1 4F 2C
Octal 307 32 27 0 127 130 26 1 117 54
Binary 11000111 11010 10111 0 1010111 1011000 10110 1 1001111 101100

Color Harmonies of #C71A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71A17

Black with #C71A17

Text Example


Text Example

White with #C71A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71A17; }

 p { color: rgb(199,26,23); }

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

background-color css

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

 a { background-color: rgb(199,26,23); }

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

border-color css

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

 span { border-color: rgb(199,26,23); }

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