Html Css Color HEX #C71E1C Fire Brick

📋 copy color: '#C71E1C'

red 199 ◦ green 30 ◦ blue 28

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

Shades of Fire Brick #C71E1C

Tints of Fire Brick #C71E1C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.67%

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

R = 77.43%
G = 11.67%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C71E1C (or 0xC71E1C) is known color: Fire Brick. HEX triplet: C7, 1E and 1C. RGB value is (199,30,28). Sum of RGB (Red+Green+Blue) = 199+30+28=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71E1C is #38E1E3. Grayscale: #505050. Windows color (decimal): -3727844 or 1842887. OLE color: 1842887.

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

Color convert

RGB 199 30 28 -
CMYK 0 0.85 0.86 0.22
HSL 0.7º 0.75% 0.45% -
HSV(B) 0.7º 0.86% 0.78% -
XYZ 24.23 13.15 2.36 -
YUV 80.3 98.49 212.66 -
System Red Green Blue C M Y K H S L
Decimal 199 30 28 0 0.85 0.86 0.22 0.7 0.75 0.45
Hex C7 1E 1C 0 55 56 16 1 4B 2D
Octal 307 36 34 0 125 126 26 1 113 55
Binary 11000111 11110 11100 0 1010101 1010110 10110 1 1001011 101101

Color Harmonies of #C71E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71E1C

Black with #C71E1C

Text Example


Text Example

White with #C71E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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