Html Css Color HEX #FE2413 Scarlet

📋 copy color: '#FE2413'

red 254 ◦ green 36 ◦ blue 19

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

Shades of Scarlet #FE2413

Tints of Scarlet #FE2413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.65%

 BLUE value IS 19 (7.81% from 255) = 6.15%

R = 82.2%
G = 11.65%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE2413 (or 0xFE2413) is known color: Scarlet. HEX triplet: FE, 24 and 13. RGB value is (254,36,19). Sum of RGB (Red+Green+Blue) = 254+36+19=309 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.20% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2413 is #01DBEC. Grayscale: #636363. Windows color (decimal): -121837 or 1254654. OLE color: 1254654.

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

Color convert

RGB 254 36 19 -
CMYK 0 0.86 0.93 0.00
HSL 4.34º 0.99% 0.54% -
HSV(B) 4.34º 0.93% 1% -
XYZ 41.62 22.38 2.74 -
YUV 99.24 82.72 238.38 -
System Red Green Blue C M Y K H S L
Decimal 254 36 19 0 0.86 0.93 0.00 4.34 0.99 0.54
Hex FE 24 13 0 56 5D 0 4 63 36
Octal 376 44 23 0 126 135 0 4 143 66
Binary 11111110 100100 10011 0 1010110 1011101 0 100 1100011 110110

Color Harmonies of #FE2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2413

Black with #FE2413

Text Example


Text Example

White with #FE2413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2413; }

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

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

background-color css

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

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

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

border-color css

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

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

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