Html Css Color HEX #FF310E Scarlet

📋 copy color: '#FF310E'

red 255 ◦ green 49 ◦ blue 14

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

Shades of Scarlet #FF310E

Tints of Scarlet #FF310E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.4%

R = 80.19%
G = 15.41%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF310E (or 0xFF310E) is known color: Scarlet. HEX triplet: FF, 31 and 0E. RGB value is (255,49,14). Sum of RGB (Red+Green+Blue) = 255+49+14=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF310E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF310E is #00CEF1. Grayscale: #6A6A6A. Windows color (decimal): -52978 or 930303. OLE color: 930303.

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

Color convert

RGB 255 49 14 -
CMYK 0 0.81 0.95 0
HSL 8.71º 1% 0.53% -
HSV(B) 8.71º 0.95% 1% -
XYZ 42.42 23.49 2.71 -
YUV 106.6 75.75 233.85 -
System Red Green Blue C M Y K H S L
Decimal 255 49 14 0 0.81 0.95 0 8.71 1 0.53
Hex FF 31 E 0 51 5F 0 9 64 35
Octal 377 61 16 0 121 137 0 11 144 65
Binary 11111111 110001 1110 0 1010001 1011111 0 1001 1100100 110101

Color Harmonies of #FF310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF310E

Black with #FF310E

Text Example


Text Example

White with #FF310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF310E; }

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

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

background-color css

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

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

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

border-color css

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

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

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