Html Css Color HEX #FE1D14 Scarlet

📋 copy color: '#FE1D14'

red 254 ◦ green 29 ◦ blue 20

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

Shades of Scarlet #FE1D14

Tints of Scarlet #FE1D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.6%

R = 83.83%
G = 9.57%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE1D14 (or 0xFE1D14) is known color: Scarlet. HEX triplet: FE, 1D and 14. RGB value is (254,29,20). Sum of RGB (Red+Green+Blue) = 254+29+20=303 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.83% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1D14 is #01E2EB. Grayscale: #5F5F5F. Windows color (decimal): -123628 or 1318398. OLE color: 1318398.

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

Color convert

RGB 254 29 20 -
CMYK 0 0.89 0.92 0.00
HSL 2.31º 0.99% 0.54% -
HSV(B) 2.31º 0.92% 1% -
XYZ 41.44 22 2.72 -
YUV 95.25 85.54 241.23 -
System Red Green Blue C M Y K H S L
Decimal 254 29 20 0 0.89 0.92 0.00 2.31 0.99 0.54
Hex FE 1D 14 0 59 5C 0 2 63 36
Octal 376 35 24 0 131 134 0 2 143 66
Binary 11111110 11101 10100 0 1011001 1011100 0 10 1100011 110110

Color Harmonies of #FE1D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1D14

Black with #FE1D14

Text Example


Text Example

White with #FE1D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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