Html Css Color HEX #FF3115 Scarlet

📋 copy color: '#FF3115'

red 255 ◦ green 49 ◦ blue 21

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

Shades of Scarlet #FF3115

Tints of Scarlet #FF3115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.46%

R = 78.46%
G = 15.08%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF3115 (or 0xFF3115) is known color: Scarlet. HEX triplet: FF, 31 and 15. RGB value is (255,49,21). Sum of RGB (Red+Green+Blue) = 255+49+21=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3115 is #00CEEA. Grayscale: #6B6B6B. Windows color (decimal): -52971 or 1389055. OLE color: 1389055.

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

Color convert

RGB 255 49 21 -
CMYK 0 0.81 0.92 0
HSL 7.18º 1% 0.54% -
HSV(B) 7.18º 0.92% 1% -
XYZ 42.47 23.51 3.01 -
YUV 107.4 79.25 233.28 -
System Red Green Blue C M Y K H S L
Decimal 255 49 21 0 0.81 0.92 0 7.18 1 0.54
Hex FF 31 15 0 51 5C 0 7 64 36
Octal 377 61 25 0 121 134 0 7 144 66
Binary 11111111 110001 10101 0 1010001 1011100 0 111 1100100 110110

Color Harmonies of #FF3115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3115

Black with #FF3115

Text Example


Text Example

White with #FF3115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3115; }

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

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

background-color css

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

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

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

border-color css

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

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

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