Html Css Color HEX #C71F1B Fire Brick

📋 copy color: '#C71F1B'

red 199 ◦ green 31 ◦ blue 27

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

Shades of Fire Brick #C71F1B

Tints of Fire Brick #C71F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.51%

R = 77.43%
G = 12.06%
B = 10.51%

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

#C71F1B (or 0xC71F1B) is known color: Fire Brick. HEX triplet: C7, 1F and 1B. RGB value is (199,31,27). Sum of RGB (Red+Green+Blue) = 199+31+27=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71F1B is #38E0E4. Grayscale: #505050. Windows color (decimal): -3727589 or 1777607. OLE color: 1777607.

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

Color convert

RGB 199 31 27 -
CMYK 0 0.84 0.86 0.22
HSL 1.4º 0.76% 0.44% -
HSV(B) 1.4º 0.86% 0.78% -
XYZ 24.24 13.2 2.31 -
YUV 80.78 97.66 212.33 -
System Red Green Blue C M Y K H S L
Decimal 199 31 27 0 0.84 0.86 0.22 1.4 0.76 0.44
Hex C7 1F 1B 0 54 56 16 1 4C 2C
Octal 307 37 33 0 124 126 26 1 114 54
Binary 11000111 11111 11011 0 1010100 1010110 10110 1 1001100 101100

Color Harmonies of #C71F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71F1B

Black with #C71F1B

Text Example


Text Example

White with #C71F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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