Html Css Color HEX #C71E19 Fire Brick

📋 copy color: '#C71E19'

red 199 ◦ green 30 ◦ blue 25

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

Shades of Fire Brick #C71E19

Tints of Fire Brick #C71E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.84%

R = 78.35%
G = 11.81%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C71E19 (or 0xC71E19) is known color: Fire Brick. HEX triplet: C7, 1E and 19. RGB value is (199,30,25). Sum of RGB (Red+Green+Blue) = 199+30+25=254 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.35% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71E19 is #38E1E6. Grayscale: #505050. Windows color (decimal): -3727847 or 1646279. OLE color: 1646279.

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

Color convert

RGB 199 30 25 -
CMYK 0 0.85 0.87 0.22
HSL 1.72º 0.78% 0.44% -
HSV(B) 1.72º 0.87% 0.78% -
XYZ 24.19 13.14 2.18 -
YUV 79.96 96.99 212.91 -
System Red Green Blue C M Y K H S L
Decimal 199 30 25 0 0.85 0.87 0.22 1.72 0.78 0.44
Hex C7 1E 19 0 55 57 16 2 4E 2C
Octal 307 36 31 0 125 127 26 2 116 54
Binary 11000111 11110 11001 0 1010101 1010111 10110 10 1001110 101100

Color Harmonies of #C71E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71E19

Black with #C71E19

Text Example


Text Example

White with #C71E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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