Html Css Color HEX #FE201D Scarlet

📋 copy color: '#FE201D'

red 254 ◦ green 32 ◦ blue 29

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

Shades of Scarlet #FE201D

Tints of Scarlet #FE201D

RGB

 RED value IS 254 (99.61% from 255) = 80.63%

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

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

R = 80.63%
G = 10.16%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE201D (or 0xFE201D) is known color: Scarlet. HEX triplet: FE, 20 and 1D. RGB value is (254,32,29). Sum of RGB (Red+Green+Blue) = 254+32+29=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE201D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE201D is #01DFE2. Grayscale: #626262. Windows color (decimal): -122851 or 1908990. OLE color: 1908990.

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

Color convert

RGB 254 32 29 -
CMYK 0 0.87 0.89 0.00
HSL 0.8º 0.99% 0.55% -
HSV(B) 0.8º 0.89% 1% -
XYZ 41.61 22.19 3.25 -
YUV 98.04 89.05 239.24 -
System Red Green Blue C M Y K H S L
Decimal 254 32 29 0 0.87 0.89 0.00 0.8 0.99 0.55
Hex FE 20 1D 0 57 59 0 1 63 37
Octal 376 40 35 0 127 131 0 1 143 67
Binary 11111110 100000 11101 0 1010111 1011001 0 1 1100011 110111

Color Harmonies of #FE201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE201D

Black with #FE201D

Text Example


Text Example

White with #FE201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE201D; }

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

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

background-color css

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

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

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

border-color css

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

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

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