Html Css Color HEX #FF313E Alizarin

📋 copy color: '#FF313E'

red 255 ◦ green 49 ◦ blue 62

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

Shades of Alizarin #FF313E

Tints of Alizarin #FF313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.94%

R = 69.67%
G = 13.39%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF313E (or 0xFF313E) is known color: Alizarin. HEX triplet: FF, 31 and 3E. RGB value is (255,49,62). Sum of RGB (Red+Green+Blue) = 255+49+62=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF313E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF313E is #00CEC1. Grayscale: #707070. Windows color (decimal): -52930 or 4076031. OLE color: 4076031.

HSL color Cylindrical-coordinate representation of color #FF313E: hue angle of 356.21º 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 #FF313E is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 255 49 62 -
CMYK 0 0.81 0.76 0
HSL 356.21º 1% 0.6% -
HSV(B) 356.21º 0.81% 1% -
XYZ 43.21 23.8 6.87 -
YUV 112.08 99.75 229.94 -
System Red Green Blue C M Y K H S L
Decimal 255 49 62 0 0.81 0.76 0 356.21 1 0.6
Hex FF 31 3E 0 51 4C 0 164 64 3C
Octal 377 61 76 0 121 114 0 544 144 74
Binary 11111111 110001 111110 0 1010001 1001100 0 101100100 1100100 111100

Color Harmonies of #FF313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF313E

Black with #FF313E

Text Example


Text Example

White with #FF313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF313E; }

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

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

background-color css

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

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

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

border-color css

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

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

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