Html Css Color HEX #C31F13 Fire Brick

📋 copy color: '#C31F13'

red 195 ◦ green 31 ◦ blue 19

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

Shades of Fire Brick #C31F13

Tints of Fire Brick #C31F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.76%

R = 79.59%
G = 12.65%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C31F13 (or 0xC31F13) is known color: Fire Brick. HEX triplet: C3, 1F and 13. RGB value is (195,31,19). Sum of RGB (Red+Green+Blue) = 195+31+19=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31F13 is #3CE0EC. Grayscale: #4E4E4E. Windows color (decimal): -3989741 or 1253315. OLE color: 1253315.

HSL color Cylindrical-coordinate representation of color #C31F13: hue angle of 4.09º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31F13 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 31 19 -
CMYK 0 0.84 0.90 0.24
HSL 4.09º 0.82% 0.42% -
HSV(B) 4.09º 0.9% 0.76% -
XYZ 23.11 12.63 1.84 -
YUV 78.67 94.33 210.98 -
System Red Green Blue C M Y K H S L
Decimal 195 31 19 0 0.84 0.90 0.24 4.09 0.82 0.42
Hex C3 1F 13 0 54 5A 18 4 52 2A
Octal 303 37 23 0 124 132 30 4 122 52
Binary 11000011 11111 10011 0 1010100 1011010 11000 100 1010010 101010

Color Harmonies of #C31F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F13

Black with #C31F13

Text Example


Text Example

White with #C31F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F13; }

 p { color: rgb(195,31,19); }

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

background-color css

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

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

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

border-color css

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

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

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