Html Css Color HEX #C71F1F Fire Brick

📋 copy color: '#C71F1F'

red 199 ◦ green 31 ◦ blue 31

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

Shades of Fire Brick #C71F1F

Tints of Fire Brick #C71F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.88%

R = 76.25%
G = 11.88%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C71F1F (or 0xC71F1F) is known color: Fire Brick. HEX triplet: C7, 1F and 1F. RGB value is (199,31,31). Sum of RGB (Red+Green+Blue) = 199+31+31=261 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.25% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71F1F is #38E0E0. Grayscale: #515151. Windows color (decimal): -3727585 or 2039751. OLE color: 2039751.

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

Color convert

RGB 199 31 31 -
CMYK 0 0.84 0.84 0.22
HSL 0.73% 0.45% -
HSV(B) 0.84% 0.78% -
XYZ 24.29 13.22 2.57 -
YUV 81.23 99.66 212 -
System Red Green Blue C M Y K H S L
Decimal 199 31 31 0 0.84 0.84 0.22 0 0.73 0.45
Hex C7 1F 1F 0 54 54 16 0 49 2D
Octal 307 37 37 0 124 124 26 0 111 55
Binary 11000111 11111 11111 0 1010100 1010100 10110 0 1001001 101101

Color Harmonies of #C71F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71F1F

Black with #C71F1F

Text Example


Text Example

White with #C71F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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