Html Css Color HEX #FF201E Scarlet

📋 copy color: '#FF201E'

red 255 ◦ green 32 ◦ blue 30

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

Shades of Scarlet #FF201E

Tints of Scarlet #FF201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.46%

R = 80.44%
G = 10.09%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF201E (or 0xFF201E) is known color: Scarlet. HEX triplet: FF, 20 and 1E. RGB value is (255,32,30). Sum of RGB (Red+Green+Blue) = 255+32+30=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF201E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF201E is #00DFE1. Grayscale: #626262. Windows color (decimal): -57314 or 1974527. OLE color: 1974527.

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

Color convert

RGB 255 32 30 -
CMYK 0 0.87 0.88 0
HSL 0.53º 1% 0.56% -
HSV(B) 0.53º 0.88% 1% -
XYZ 41.99 22.39 3.34 -
YUV 98.45 89.38 239.66 -
System Red Green Blue C M Y K H S L
Decimal 255 32 30 0 0.87 0.88 0 0.53 1 0.56
Hex FF 20 1E 0 57 58 0 1 64 38
Octal 377 40 36 0 127 130 0 1 144 70
Binary 11111111 100000 11110 0 1010111 1011000 0 1 1100100 111000

Color Harmonies of #FF201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF201E

Black with #FF201E

Text Example


Text Example

White with #FF201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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