Html Css Color HEX #FF2020 Scarlet

📋 copy color: '#FF2020'

red 255 ◦ green 32 ◦ blue 32

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

Shades of Scarlet #FF2020

Tints of Scarlet #FF2020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.03%

R = 79.94%
G = 10.03%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF2020 (or 0xFF2020) is known color: Scarlet. HEX triplet: FF, 20 and 20. RGB value is (255,32,32). Sum of RGB (Red+Green+Blue) = 255+32+32=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2020 is #00DFDF. Grayscale: #626262. Windows color (decimal): -57312 or 2105599. OLE color: 2105599.

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

Color convert

RGB 255 32 32 -
CMYK 0 0.87 0.87 0
HSL 1% 0.56% -
HSV(B) 0.87% 1% -
XYZ 42.02 22.4 3.48 -
YUV 98.68 90.38 239.5 -
System Red Green Blue C M Y K H S L
Decimal 255 32 32 0 0.87 0.87 0 0 1 0.56
Hex FF 20 20 0 57 57 0 0 64 38
Octal 377 40 40 0 127 127 0 0 144 70
Binary 11111111 100000 100000 0 1010111 1010111 0 0 1100100 111000

Color Harmonies of #FF2020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2020

Black with #FF2020

Text Example


Text Example

White with #FF2020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2020; }

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

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

background-color css

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

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

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

border-color css

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

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

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