Html Css Color HEX #FF2F17 Scarlet

📋 copy color: '#FF2F17'

red 255 ◦ green 47 ◦ blue 23

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

Shades of Scarlet #FF2F17

Tints of Scarlet #FF2F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.08%

R = 78.46%
G = 14.46%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF2F17 (or 0xFF2F17) is known color: Scarlet. HEX triplet: FF, 2F and 17. RGB value is (255,47,23). Sum of RGB (Red+Green+Blue) = 255+47+23=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2F17 is #00D0E8. Grayscale: #6A6A6A. Windows color (decimal): -53481 or 1519615. OLE color: 1519615.

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

Color convert

RGB 255 47 23 -
CMYK 0 0.82 0.91 0
HSL 6.21º 1% 0.55% -
HSV(B) 6.21º 0.91% 1% -
XYZ 42.41 23.35 3.08 -
YUV 106.46 80.91 233.95 -
System Red Green Blue C M Y K H S L
Decimal 255 47 23 0 0.82 0.91 0 6.21 1 0.55
Hex FF 2F 17 0 52 5B 0 6 64 37
Octal 377 57 27 0 122 133 0 6 144 67
Binary 11111111 101111 10111 0 1010010 1011011 0 110 1100100 110111

Color Harmonies of #FF2F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2F17

Black with #FF2F17

Text Example


Text Example

White with #FF2F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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