Html Css Color HEX #FE1303 Scarlet

📋 copy color: '#FE1303'

red 254 ◦ green 19 ◦ blue 3

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

Shades of Scarlet #FE1303

Tints of Scarlet #FE1303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

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

R = 92.03%
G = 6.88%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FE1303 (or 0xFE1303) is known color: Scarlet. HEX triplet: FE, 13 and 03. RGB value is (254,19,3). Sum of RGB (Red+Green+Blue) = 254+19+3=276 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.03% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1303 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1303 is #01ECFC. Grayscale: #575757. Windows color (decimal): -126205 or 201726. OLE color: 201726.

HSL color Cylindrical-coordinate representation of color #FE1303: hue angle of 3.82º 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 #FE1303 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 19 3 -
CMYK 0 0.93 0.99 0.00
HSL 3.82º 0.99% 0.5% -
HSV(B) 3.82º 0.99% 1% -
XYZ 41.12 21.54 2.08 -
YUV 87.44 80.36 246.8 -
System Red Green Blue C M Y K H S L
Decimal 254 19 3 0 0.93 0.99 0.00 3.82 0.99 0.5
Hex FE 13 3 0 5D 63 0 4 63 32
Octal 376 23 3 0 135 143 0 4 143 62
Binary 11111110 10011 11 0 1011101 1100011 0 100 1100011 110010

Color Harmonies of #FE1303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1303

Black with #FE1303

Text Example


Text Example

White with #FE1303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1303; }

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

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

background-color css

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

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

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

border-color css

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

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

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