Html Css Color HEX #FF313F Alizarin

📋 copy color: '#FF313F'

red 255 ◦ green 49 ◦ blue 63

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

Shades of Alizarin #FF313F

Tints of Alizarin #FF313F

RGB

 RED value IS 255 (100% from 255) = 69.48%

 GREEN value IS 49 (19.53% from 255) = 13.35%

 BLUE value IS 63 (25% from 255) = 17.17%

R = 69.48%
G = 13.35%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF313F (or 0xFF313F) is known color: Alizarin. HEX triplet: FF, 31 and 3F. RGB value is (255,49,63). Sum of RGB (Red+Green+Blue) = 255+49+63=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF313F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF313F is #00CEC0. Grayscale: #707070. Windows color (decimal): -52929 or 4141567. OLE color: 4141567.

HSL color Cylindrical-coordinate representation of color #FF313F: hue angle of 355.92º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF313F is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 255 49 63 -
CMYK 0 0.81 0.75 0
HSL 355.92º 1% 0.6% -
HSV(B) 355.92º 0.81% 1% -
XYZ 43.24 23.82 7.02 -
YUV 112.19 100.25 229.86 -
System Red Green Blue C M Y K H S L
Decimal 255 49 63 0 0.81 0.75 0 355.92 1 0.6
Hex FF 31 3F 0 51 4B 0 164 64 3C
Octal 377 61 77 0 121 113 0 544 144 74
Binary 11111111 110001 111111 0 1010001 1001011 0 101100100 1100100 111100

Color Harmonies of #FF313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF313F

Black with #FF313F

Text Example


Text Example

White with #FF313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF313F; }

 p { color: rgb(255,49,63); }

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

background-color css

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

 a { background-color: rgb(255,49,63); }

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

border-color css

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

 span { border-color: rgb(255,49,63); }

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