Html Css Color HEX #FF3109 Scarlet

📋 copy color: '#FF3109'

red 255 ◦ green 49 ◦ blue 9

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

Shades of Scarlet #FF3109

Tints of Scarlet #FF3109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.88%

R = 81.47%
G = 15.65%
B = 2.88%

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

#FF3109 (or 0xFF3109) is known color: Scarlet. HEX triplet: FF, 31 and 09. RGB value is (255,49,9). Sum of RGB (Red+Green+Blue) = 255+49+9=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3109 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3109 is #00CEF6. Grayscale: #6A6A6A. Windows color (decimal): -52983 or 602623. OLE color: 602623.

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

Color convert

RGB 255 49 9 -
CMYK 0 0.81 0.96 0
HSL 9.76º 1% 0.52% -
HSV(B) 9.76º 0.96% 1% -
XYZ 42.39 23.48 2.56 -
YUV 106.03 73.25 234.25 -
System Red Green Blue C M Y K H S L
Decimal 255 49 9 0 0.81 0.96 0 9.76 1 0.52
Hex FF 31 9 0 51 60 0 A 64 34
Octal 377 61 11 0 121 140 0 12 144 64
Binary 11111111 110001 1001 0 1010001 1100000 0 1010 1100100 110100

Color Harmonies of #FF3109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3109

Black with #FF3109

Text Example


Text Example

White with #FF3109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3109; }

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

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

background-color css

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

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

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

border-color css

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

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

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