Html Css Color HEX #FE1D11 Scarlet

📋 copy color: '#FE1D11'

red 254 ◦ green 29 ◦ blue 17

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

Shades of Scarlet #FE1D11

Tints of Scarlet #FE1D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.67%

 BLUE value IS 17 (7.03% from 255) = 5.67%

R = 84.67%
G = 9.67%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE1D11 (or 0xFE1D11) is known color: Scarlet. HEX triplet: FE, 1D and 11. RGB value is (254,29,17). Sum of RGB (Red+Green+Blue) = 254+29+17=300 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.67% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1D11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1D11 is #01E2EE. Grayscale: #5F5F5F. Windows color (decimal): -123631 or 1121790. OLE color: 1121790.

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

Color convert

RGB 254 29 17 -
CMYK 0 0.89 0.93 0.00
HSL 3.04º 0.99% 0.53% -
HSV(B) 3.04º 0.93% 1% -
XYZ 41.41 21.99 2.59 -
YUV 94.91 84.04 241.48 -
System Red Green Blue C M Y K H S L
Decimal 254 29 17 0 0.89 0.93 0.00 3.04 0.99 0.53
Hex FE 1D 11 0 59 5D 0 3 63 35
Octal 376 35 21 0 131 135 0 3 143 65
Binary 11111110 11101 10001 0 1011001 1011101 0 11 1100011 110101

Color Harmonies of #FE1D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1D11

Black with #FE1D11

Text Example


Text Example

White with #FE1D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1D11; }

 p { color: rgb(254,29,17); }

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

background-color css

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

 a { background-color: rgb(254,29,17); }

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

border-color css

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

 span { border-color: rgb(254,29,17); }

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