Html Css Color HEX #C31F15 Fire Brick

📋 copy color: '#C31F15'

red 195 ◦ green 31 ◦ blue 21

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

Shades of Fire Brick #C31F15

Tints of Fire Brick #C31F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.5%

R = 78.95%
G = 12.55%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C31F15 (or 0xC31F15) is known color: Fire Brick. HEX triplet: C3, 1F and 15. RGB value is (195,31,21). Sum of RGB (Red+Green+Blue) = 195+31+21=247 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.95% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31F15 is #3CE0EA. Grayscale: #4F4F4F. Windows color (decimal): -3989739 or 1384387. OLE color: 1384387.

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

Color convert

RGB 195 31 21 -
CMYK 0 0.84 0.89 0.24
HSL 3.45º 0.81% 0.42% -
HSV(B) 3.45º 0.89% 0.76% -
XYZ 23.13 12.64 1.93 -
YUV 78.9 95.33 210.81 -
System Red Green Blue C M Y K H S L
Decimal 195 31 21 0 0.84 0.89 0.24 3.45 0.81 0.42
Hex C3 1F 15 0 54 59 18 3 51 2A
Octal 303 37 25 0 124 131 30 3 121 52
Binary 11000011 11111 10101 0 1010100 1011001 11000 11 1010001 101010

Color Harmonies of #C31F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F15

Black with #C31F15

Text Example


Text Example

White with #C31F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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