Html Css Color HEX #C71F1E Fire Brick

📋 copy color: '#C71F1E'

red 199 ◦ green 31 ◦ blue 30

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

Shades of Fire Brick #C71F1E

Tints of Fire Brick #C71F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.54%

R = 76.54%
G = 11.92%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C71F1E (or 0xC71F1E) is known color: Fire Brick. HEX triplet: C7, 1F and 1E. RGB value is (199,31,30). Sum of RGB (Red+Green+Blue) = 199+31+30=260 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.54% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71F1E is #38E0E1. Grayscale: #515151. Windows color (decimal): -3727586 or 1974215. OLE color: 1974215.

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

Color convert

RGB 199 31 30 -
CMYK 0 0.84 0.85 0.22
HSL 0.36º 0.74% 0.45% -
HSV(B) 0.36º 0.85% 0.78% -
XYZ 24.28 13.22 2.5 -
YUV 81.12 99.16 212.08 -
System Red Green Blue C M Y K H S L
Decimal 199 31 30 0 0.84 0.85 0.22 0.36 0.74 0.45
Hex C7 1F 1E 0 54 55 16 0 4A 2D
Octal 307 37 36 0 124 125 26 0 112 55
Binary 11000111 11111 11110 0 1010100 1010101 10110 0 1001010 101101

Color Harmonies of #C71F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71F1E

Black with #C71F1E

Text Example


Text Example

White with #C71F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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