Html Css Color HEX #FE2003 Scarlet

📋 copy color: '#FE2003'

red 254 ◦ green 32 ◦ blue 3

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

Shades of Scarlet #FE2003

Tints of Scarlet #FE2003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.04%

R = 87.89%
G = 11.07%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FE2003 (or 0xFE2003) is known color: Scarlet. HEX triplet: FE, 20 and 03. RGB value is (254,32,3). Sum of RGB (Red+Green+Blue) = 254+32+3=289 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.89% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2003 is #01DFFC. Grayscale: #5F5F5F. Windows color (decimal): -122877 or 205054. OLE color: 205054.

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

Color convert

RGB 254 32 3 -
CMYK 0 0.87 0.99 0.00
HSL 6.93º 0.99% 0.5% -
HSV(B) 6.93º 0.99% 1% -
XYZ 41.41 22.11 2.17 -
YUV 95.07 76.05 241.36 -
System Red Green Blue C M Y K H S L
Decimal 254 32 3 0 0.87 0.99 0.00 6.93 0.99 0.5
Hex FE 20 3 0 57 63 0 7 63 32
Octal 376 40 3 0 127 143 0 7 143 62
Binary 11111110 100000 11 0 1010111 1100011 0 111 1100011 110010

Color Harmonies of #FE2003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2003

Black with #FE2003

Text Example


Text Example

White with #FE2003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2003; }

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

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

background-color css

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

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

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

border-color css

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

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

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