Html Css Color HEX #C31919 Fire Brick

📋 copy color: '#C31919'

red 195 ◦ green 25 ◦ blue 25

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

Shades of Fire Brick #C31919

Tints of Fire Brick #C31919

RGB

 RED value IS 195 (76.56% from 255) = 79.59%

 GREEN value IS 25 (10.16% from 255) = 10.2%

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

R = 79.59%
G = 10.2%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C31919 (or 0xC31919) is known color: Fire Brick. HEX triplet: C3, 19 and 19. RGB value is (195,25,25). Sum of RGB (Red+Green+Blue) = 195+25+25=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C31919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31919 is #3CE6E6. Grayscale: #4C4C4C. Windows color (decimal): -3991271 or 1644995. OLE color: 1644995.

HSL color Cylindrical-coordinate representation of color #C31919: hue angle of 0º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31919 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 25 25 -
CMYK 0 0.87 0.87 0.24
HSL 0.77% 0.43% -
HSV(B) 0.87% 0.76% -
XYZ 23.03 12.37 2.09 -
YUV 75.83 99.32 213 -
System Red Green Blue C M Y K H S L
Decimal 195 25 25 0 0.87 0.87 0.24 0 0.77 0.43
Hex C3 19 19 0 57 57 18 0 4D 2B
Octal 303 31 31 0 127 127 30 0 115 53
Binary 11000011 11001 11001 0 1010111 1010111 11000 0 1001101 101011

Color Harmonies of #C31919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31919

Black with #C31919

Text Example


Text Example

White with #C31919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31919; }

 p { color: rgb(195,25,25); }

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

background-color css

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

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

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

border-color css

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

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

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