Html Css Color HEX #FF2F11 Scarlet

📋 copy color: '#FF2F11'

red 255 ◦ green 47 ◦ blue 17

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

Shades of Scarlet #FF2F11

Tints of Scarlet #FF2F11

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.73%

 BLUE value IS 17 (7.03% from 255) = 5.33%

R = 79.94%
G = 14.73%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF2F11 (or 0xFF2F11) is known color: Scarlet. HEX triplet: FF, 2F and 11. RGB value is (255,47,17). Sum of RGB (Red+Green+Blue) = 255+47+17=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2F11 is #00D0EE. Grayscale: #6A6A6A. Windows color (decimal): -53487 or 1126399. OLE color: 1126399.

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

Color convert

RGB 255 47 17 -
CMYK 0 0.82 0.93 0
HSL 7.56º 1% 0.53% -
HSV(B) 7.56º 0.93% 1% -
XYZ 42.36 23.33 2.8 -
YUV 105.77 77.91 234.44 -
System Red Green Blue C M Y K H S L
Decimal 255 47 17 0 0.82 0.93 0 7.56 1 0.53
Hex FF 2F 11 0 52 5D 0 8 64 35
Octal 377 57 21 0 122 135 0 10 144 65
Binary 11111111 101111 10001 0 1010010 1011101 0 1000 1100100 110101

Color Harmonies of #FF2F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2F11

Black with #FF2F11

Text Example


Text Example

White with #FF2F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2F11; }

 p { color: rgb(255,47,17); }

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

background-color css

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

 a { background-color: rgb(255,47,17); }

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

border-color css

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

 span { border-color: rgb(255,47,17); }

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