Html Css Color HEX #C71F1C Fire Brick

📋 copy color: '#C71F1C'

red 199 ◦ green 31 ◦ blue 28

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

Shades of Fire Brick #C71F1C

Tints of Fire Brick #C71F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.85%

R = 77.13%
G = 12.02%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C71F1C (or 0xC71F1C) is known color: Fire Brick. HEX triplet: C7, 1F and 1C. RGB value is (199,31,28). Sum of RGB (Red+Green+Blue) = 199+31+28=258 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.13% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71F1C is #38E0E3. Grayscale: #515151. Windows color (decimal): -3727588 or 1843143. OLE color: 1843143.

HSL color Cylindrical-coordinate representation of color #C71F1C: hue angle of 1.05º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71F1C is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 31 28 -
CMYK 0 0.84 0.86 0.22
HSL 1.05º 0.75% 0.45% -
HSV(B) 1.05º 0.86% 0.78% -
XYZ 24.25 13.21 2.37 -
YUV 80.89 98.16 212.24 -
System Red Green Blue C M Y K H S L
Decimal 199 31 28 0 0.84 0.86 0.22 1.05 0.75 0.45
Hex C7 1F 1C 0 54 56 16 1 4B 2D
Octal 307 37 34 0 124 126 26 1 113 55
Binary 11000111 11111 11100 0 1010100 1010110 10110 1 1001011 101101

Color Harmonies of #C71F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71F1C

Black with #C71F1C

Text Example


Text Example

White with #C71F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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