Html Css Color HEX #FE201A Scarlet

📋 copy color: '#FE201A'

red 254 ◦ green 32 ◦ blue 26

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

Shades of Scarlet #FE201A

Tints of Scarlet #FE201A

RGB

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

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

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

R = 81.41%
G = 10.26%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE201A (or 0xFE201A) is known color: Scarlet. HEX triplet: FE, 20 and 1A. RGB value is (254,32,26). Sum of RGB (Red+Green+Blue) = 254+32+26=312 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.41% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 254 - color contains mainly: red. Hex color #FE201A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE201A is #01DFE5. Grayscale: #616161. Windows color (decimal): -122854 or 1712382. OLE color: 1712382.

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

Color convert

RGB 254 32 26 -
CMYK 0 0.87 0.90 0.00
HSL 1.58º 0.99% 0.55% -
HSV(B) 1.58º 0.9% 1% -
XYZ 41.58 22.18 3.07 -
YUV 97.69 87.55 239.49 -
System Red Green Blue C M Y K H S L
Decimal 254 32 26 0 0.87 0.90 0.00 1.58 0.99 0.55
Hex FE 20 1A 0 57 5A 0 2 63 37
Octal 376 40 32 0 127 132 0 2 143 67
Binary 11111110 100000 11010 0 1010111 1011010 0 10 1100011 110111

Color Harmonies of #FE201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE201A

Black with #FE201A

Text Example


Text Example

White with #FE201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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