Html Css Color HEX #C71B1B Fire Brick

📋 copy color: '#C71B1B'

red 199 ◦ green 27 ◦ blue 27

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

Shades of Fire Brick #C71B1B

Tints of Fire Brick #C71B1B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.67%

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

R = 78.66%
G = 10.67%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C71B1B (or 0xC71B1B) is known color: Fire Brick. HEX triplet: C7, 1B and 1B. RGB value is (199,27,27). Sum of RGB (Red+Green+Blue) = 199+27+27=253 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.66% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71B1B is #38E4E4. Grayscale: #4E4E4E. Windows color (decimal): -3728613 or 1776583. OLE color: 1776583.

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

Color convert

RGB 199 27 27 -
CMYK 0 0.86 0.86 0.22
HSL 0.76% 0.44% -
HSV(B) 0.86% 0.78% -
XYZ 24.14 13.01 2.27 -
YUV 78.43 98.98 214 -
System Red Green Blue C M Y K H S L
Decimal 199 27 27 0 0.86 0.86 0.22 0 0.76 0.44
Hex C7 1B 1B 0 56 56 16 0 4C 2C
Octal 307 33 33 0 126 126 26 0 114 54
Binary 11000111 11011 11011 0 1010110 1010110 10110 0 1001100 101100

Color Harmonies of #C71B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71B1B

Black with #C71B1B

Text Example


Text Example

White with #C71B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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