Html Css Color HEX #FF310B Scarlet

📋 copy color: '#FF310B'

red 255 ◦ green 49 ◦ blue 11

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

Shades of Scarlet #FF310B

Tints of Scarlet #FF310B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.49%

R = 80.95%
G = 15.56%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF310B (or 0xFF310B) is known color: Scarlet. HEX triplet: FF, 31 and 0B. RGB value is (255,49,11). Sum of RGB (Red+Green+Blue) = 255+49+11=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF310B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF310B is #00CEF4. Grayscale: #6A6A6A. Windows color (decimal): -52981 or 733695. OLE color: 733695.

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

Color convert

RGB 255 49 11 -
CMYK 0 0.81 0.96 0
HSL 9.34º 1% 0.52% -
HSV(B) 9.34º 0.96% 1% -
XYZ 42.4 23.48 2.61 -
YUV 106.26 74.25 234.09 -
System Red Green Blue C M Y K H S L
Decimal 255 49 11 0 0.81 0.96 0 9.34 1 0.52
Hex FF 31 B 0 51 60 0 9 64 34
Octal 377 61 13 0 121 140 0 11 144 64
Binary 11111111 110001 1011 0 1010001 1100000 0 1001 1100100 110100

Color Harmonies of #FF310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF310B

Black with #FF310B

Text Example


Text Example

White with #FF310B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF310B; }

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

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

background-color css

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

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

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

border-color css

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

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

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