Html Css Color HEX #FE1C03 Scarlet

📋 copy color: '#FE1C03'

red 254 ◦ green 28 ◦ blue 3

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

Shades of Scarlet #FE1C03

Tints of Scarlet #FE1C03

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.82%

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

R = 89.12%
G = 9.82%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FE1C03 (or 0xFE1C03) is known color: Scarlet. HEX triplet: FE, 1C and 03. RGB value is (254,28,3). Sum of RGB (Red+Green+Blue) = 254+28+3=285 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.12% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1C03 is #01E3FC. Grayscale: #5D5D5D. Windows color (decimal): -123901 or 204030. OLE color: 204030.

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

Color convert

RGB 254 28 3 -
CMYK 0 0.89 0.99 0.00
HSL 5.98º 0.99% 0.5% -
HSV(B) 5.98º 0.99% 1% -
XYZ 41.3 21.91 2.14 -
YUV 92.72 77.37 243.03 -
System Red Green Blue C M Y K H S L
Decimal 254 28 3 0 0.89 0.99 0.00 5.98 0.99 0.5
Hex FE 1C 3 0 59 63 0 6 63 32
Octal 376 34 3 0 131 143 0 6 143 62
Binary 11111110 11100 11 0 1011001 1100011 0 110 1100011 110010

Color Harmonies of #FE1C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1C03

Black with #FE1C03

Text Example


Text Example

White with #FE1C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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