Html Css Color HEX #C71F17 Fire Brick

📋 copy color: '#C71F17'

red 199 ◦ green 31 ◦ blue 23

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

Shades of Fire Brick #C71F17

Tints of Fire Brick #C71F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.25%

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

R = 78.66%
G = 12.25%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C71F17 (or 0xC71F17) is known color: Fire Brick. HEX triplet: C7, 1F and 17. RGB value is (199,31,23). Sum of RGB (Red+Green+Blue) = 199+31+23=253 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.66% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71F17 is #38E0E8. Grayscale: #505050. Windows color (decimal): -3727593 or 1515463. OLE color: 1515463.

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

Color convert

RGB 199 31 23 -
CMYK 0 0.84 0.88 0.22
HSL 2.73º 0.79% 0.44% -
HSV(B) 2.73º 0.88% 0.78% -
XYZ 24.2 13.18 2.08 -
YUV 80.32 95.66 212.65 -
System Red Green Blue C M Y K H S L
Decimal 199 31 23 0 0.84 0.88 0.22 2.73 0.79 0.44
Hex C7 1F 17 0 54 58 16 3 4F 2C
Octal 307 37 27 0 124 130 26 3 117 54
Binary 11000111 11111 10111 0 1010100 1011000 10110 11 1001111 101100

Color Harmonies of #C71F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71F17

Black with #C71F17

Text Example


Text Example

White with #C71F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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