Html Css Color HEX #FF2013 Scarlet

📋 copy color: '#FF2013'

red 255 ◦ green 32 ◦ blue 19

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

Shades of Scarlet #FF2013

Tints of Scarlet #FF2013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.46%

 BLUE value IS 19 (7.81% from 255) = 6.21%

R = 83.33%
G = 10.46%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF2013 (or 0xFF2013) is known color: Scarlet. HEX triplet: FF, 20 and 13. RGB value is (255,32,19). Sum of RGB (Red+Green+Blue) = 255+32+19=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2013 is #00DFEC. Grayscale: #616161. Windows color (decimal): -57325 or 1253631. OLE color: 1253631.

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

Color convert

RGB 255 32 19 -
CMYK 0 0.87 0.93 0
HSL 3.31º 1% 0.54% -
HSV(B) 3.31º 0.93% 1% -
XYZ 41.87 22.34 2.72 -
YUV 97.2 83.88 240.56 -
System Red Green Blue C M Y K H S L
Decimal 255 32 19 0 0.87 0.93 0 3.31 1 0.54
Hex FF 20 13 0 57 5D 0 3 64 36
Octal 377 40 23 0 127 135 0 3 144 66
Binary 11111111 100000 10011 0 1010111 1011101 0 11 1100100 110110

Color Harmonies of #FF2013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2013

Black with #FF2013

Text Example


Text Example

White with #FF2013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2013; }

 p { color: rgb(255,32,19); }

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

background-color css

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

 a { background-color: rgb(255,32,19); }

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

border-color css

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

 span { border-color: rgb(255,32,19); }

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