Html Css Color HEX #C71A19 Fire Brick

📋 copy color: '#C71A19'

red 199 ◦ green 26 ◦ blue 25

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

Shades of Fire Brick #C71A19

Tints of Fire Brick #C71A19

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.4%

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

R = 79.6%
G = 10.4%
B = 10%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C71A19 (or 0xC71A19) is known color: Fire Brick. HEX triplet: C7, 1A and 19. RGB value is (199,26,25). Sum of RGB (Red+Green+Blue) = 199+26+25=250 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.6% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71A19 is #38E5E6. Grayscale: #4D4D4D. Windows color (decimal): -3728871 or 1645255. OLE color: 1645255.

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

Color convert

RGB 199 26 25 -
CMYK 0 0.87 0.87 0.22
HSL 0.34º 0.78% 0.44% -
HSV(B) 0.34º 0.87% 0.78% -
XYZ 24.1 12.95 2.15 -
YUV 77.61 98.31 214.58 -
System Red Green Blue C M Y K H S L
Decimal 199 26 25 0 0.87 0.87 0.22 0.34 0.78 0.44
Hex C7 1A 19 0 57 57 16 0 4E 2C
Octal 307 32 31 0 127 127 26 0 116 54
Binary 11000111 11010 11001 0 1010111 1010111 10110 0 1001110 101100

Color Harmonies of #C71A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71A19

Black with #C71A19

Text Example


Text Example

White with #C71A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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