Html Css Color HEX #FE2301 Scarlet

📋 copy color: '#FE2301'

red 254 ◦ green 35 ◦ blue 1

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

Shades of Scarlet #FE2301

Tints of Scarlet #FE2301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.07%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 87.59%
G = 12.07%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE2301 (or 0xFE2301) is known color: Scarlet. HEX triplet: FE, 23 and 01. RGB value is (254,35,1). Sum of RGB (Red+Green+Blue) = 254+35+1=290 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.59% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2301 is #01DCFE. Grayscale: #606060. Windows color (decimal): -122111 or 74750. OLE color: 74750.

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

Color convert

RGB 254 35 1 -
CMYK 0 0.86 1.00 0.00
HSL 8.06º 0.99% 0.5% -
HSV(B) 8.06º 1% 1% -
XYZ 41.48 22.28 2.14 -
YUV 96.61 74.05 240.26 -
System Red Green Blue C M Y K H S L
Decimal 254 35 1 0 0.86 1.00 0.00 8.06 0.99 0.5
Hex FE 23 1 0 56 64 0 8 63 32
Octal 376 43 1 0 126 144 0 10 143 62
Binary 11111110 100011 1 0 1010110 1100100 0 1000 1100011 110010

Color Harmonies of #FE2301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2301

Black with #FE2301

Text Example


Text Example

White with #FE2301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2301; }

 p { color: rgb(254,35,1); }

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

background-color css

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

 a { background-color: rgb(254,35,1); }

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

border-color css

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

 span { border-color: rgb(254,35,1); }

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