Html Css Color HEX #FF310F Scarlet

📋 copy color: '#FF310F'

red 255 ◦ green 49 ◦ blue 15

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

Shades of Scarlet #FF310F

Tints of Scarlet #FF310F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.7%

R = 79.94%
G = 15.36%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF310F (or 0xFF310F) is known color: Scarlet. HEX triplet: FF, 31 and 0F. RGB value is (255,49,15). Sum of RGB (Red+Green+Blue) = 255+49+15=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF310F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF310F is #00CEF0. Grayscale: #6B6B6B. Windows color (decimal): -52977 or 995839. OLE color: 995839.

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

Color convert

RGB 255 49 15 -
CMYK 0 0.81 0.94 0
HSL 8.5º 1% 0.53% -
HSV(B) 8.5º 0.94% 1% -
XYZ 42.42 23.49 2.75 -
YUV 106.72 76.25 233.76 -
System Red Green Blue C M Y K H S L
Decimal 255 49 15 0 0.81 0.94 0 8.5 1 0.53
Hex FF 31 F 0 51 5E 0 8 64 35
Octal 377 61 17 0 121 136 0 10 144 65
Binary 11111111 110001 1111 0 1010001 1011110 0 1000 1100100 110101

Color Harmonies of #FF310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF310F

Black with #FF310F

Text Example


Text Example

White with #FF310F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF310F; }

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

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

background-color css

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

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

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

border-color css

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

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

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