Html Css Color HEX #FF201A Scarlet

📋 copy color: '#FF201A'

red 255 ◦ green 32 ◦ blue 26

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

Shades of Scarlet #FF201A

Tints of Scarlet #FF201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.31%

R = 81.47%
G = 10.22%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF201A (or 0xFF201A) is known color: Scarlet. HEX triplet: FF, 20 and 1A. RGB value is (255,32,26). Sum of RGB (Red+Green+Blue) = 255+32+26=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF201A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF201A is #00DFE5. Grayscale: #626262. Windows color (decimal): -57318 or 1712383. OLE color: 1712383.

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

Color convert

RGB 255 32 26 -
CMYK 0 0.87 0.90 0
HSL 1.57º 1% 0.55% -
HSV(B) 1.57º 0.9% 1% -
XYZ 41.94 22.37 3.08 -
YUV 97.99 87.38 239.99 -
System Red Green Blue C M Y K H S L
Decimal 255 32 26 0 0.87 0.90 0 1.57 1 0.55
Hex FF 20 1A 0 57 5A 0 2 64 37
Octal 377 40 32 0 127 132 0 2 144 67
Binary 11111111 100000 11010 0 1010111 1011010 0 10 1100100 110111

Color Harmonies of #FF201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF201A

Black with #FF201A

Text Example


Text Example

White with #FF201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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