Html Css Color HEX #FF201D Scarlet

📋 copy color: '#FF201D'

red 255 ◦ green 32 ◦ blue 29

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

Shades of Scarlet #FF201D

Tints of Scarlet #FF201D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.18%

R = 80.7%
G = 10.13%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF201D (or 0xFF201D) is known color: Scarlet. HEX triplet: FF, 20 and 1D. RGB value is (255,32,29). Sum of RGB (Red+Green+Blue) = 255+32+29=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF201D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF201D is #00DFE2. Grayscale: #626262. Windows color (decimal): -57315 or 1908991. OLE color: 1908991.

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

Color convert

RGB 255 32 29 -
CMYK 0 0.87 0.89 0
HSL 0.8º 1% 0.56% -
HSV(B) 0.8º 0.89% 1% -
XYZ 41.98 22.38 3.27 -
YUV 98.34 88.88 239.74 -
System Red Green Blue C M Y K H S L
Decimal 255 32 29 0 0.87 0.89 0 0.8 1 0.56
Hex FF 20 1D 0 57 59 0 1 64 38
Octal 377 40 35 0 127 131 0 1 144 70
Binary 11111111 100000 11101 0 1010111 1011001 0 1 1100100 111000

Color Harmonies of #FF201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF201D

Black with #FF201D

Text Example


Text Example

White with #FF201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF201D; }

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

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

background-color css

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

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

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

border-color css

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

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

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