Html Css Color HEX #C31910 Fire Brick

📋 copy color: '#C31910'

red 195 ◦ green 25 ◦ blue 16

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

Shades of Fire Brick #C31910

Tints of Fire Brick #C31910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.78%

R = 82.63%
G = 10.59%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C31910 (or 0xC31910) is known color: Fire Brick. HEX triplet: C3, 19 and 10. RGB value is (195,25,16). Sum of RGB (Red+Green+Blue) = 195+25+16=236 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.63% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 195 - color contains mainly: red. Hex color #C31910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31910 is #3CE6EF. Grayscale: #4B4B4B. Windows color (decimal): -3991280 or 1055171. OLE color: 1055171.

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

Color convert

RGB 195 25 16 -
CMYK 0 0.87 0.92 0.24
HSL 3.02º 0.85% 0.41% -
HSV(B) 3.02º 0.92% 0.76% -
XYZ 22.95 12.33 1.66 -
YUV 74.8 94.82 213.73 -
System Red Green Blue C M Y K H S L
Decimal 195 25 16 0 0.87 0.92 0.24 3.02 0.85 0.41
Hex C3 19 10 0 57 5C 18 3 55 29
Octal 303 31 20 0 127 134 30 3 125 51
Binary 11000011 11001 10000 0 1010111 1011100 11000 11 1010101 101001

Color Harmonies of #C31910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31910

Black with #C31910

Text Example


Text Example

White with #C31910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31910; }

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

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

background-color css

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

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

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

border-color css

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

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

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