Html Css Color HEX #C31F16 Fire Brick

📋 copy color: '#C31F16'

red 195 ◦ green 31 ◦ blue 22

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

Shades of Fire Brick #C31F16

Tints of Fire Brick #C31F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 78.63%
G = 12.5%
B = 8.87%

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

#C31F16 (or 0xC31F16) is known color: Fire Brick. HEX triplet: C3, 1F and 16. RGB value is (195,31,22). Sum of RGB (Red+Green+Blue) = 195+31+22=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31F16 is #3CE0E9. Grayscale: #4F4F4F. Windows color (decimal): -3989738 or 1449923. OLE color: 1449923.

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

Color convert

RGB 195 31 22 -
CMYK 0 0.84 0.89 0.24
HSL 3.12º 0.8% 0.43% -
HSV(B) 3.12º 0.89% 0.76% -
XYZ 23.14 12.64 1.98 -
YUV 79.01 95.83 210.73 -
System Red Green Blue C M Y K H S L
Decimal 195 31 22 0 0.84 0.89 0.24 3.12 0.8 0.43
Hex C3 1F 16 0 54 59 18 3 50 2B
Octal 303 37 26 0 124 131 30 3 120 53
Binary 11000011 11111 10110 0 1010100 1011001 11000 11 1010000 101011

Color Harmonies of #C31F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F16

Black with #C31F16

Text Example


Text Example

White with #C31F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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