Html Css Color HEX #C71F19 Fire Brick

📋 copy color: '#C71F19'

red 199 ◦ green 31 ◦ blue 25

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

Shades of Fire Brick #C71F19

Tints of Fire Brick #C71F19

RGB

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

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

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

R = 78.04%
G = 12.16%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C71F19 (or 0xC71F19) is known color: Fire Brick. HEX triplet: C7, 1F and 19. RGB value is (199,31,25). Sum of RGB (Red+Green+Blue) = 199+31+25=255 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.04% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71F19 is #38E0E6. Grayscale: #505050. Windows color (decimal): -3727591 or 1646535. OLE color: 1646535.

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

Color convert

RGB 199 31 25 -
CMYK 0 0.84 0.87 0.22
HSL 2.07º 0.78% 0.44% -
HSV(B) 2.07º 0.87% 0.78% -
XYZ 24.22 13.19 2.19 -
YUV 80.55 96.66 212.49 -
System Red Green Blue C M Y K H S L
Decimal 199 31 25 0 0.84 0.87 0.22 2.07 0.78 0.44
Hex C7 1F 19 0 54 57 16 2 4E 2C
Octal 307 37 31 0 124 127 26 2 116 54
Binary 11000111 11111 11001 0 1010100 1010111 10110 10 1001110 101100

Color Harmonies of #C71F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71F19

Black with #C71F19

Text Example


Text Example

White with #C71F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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