Html Css Color HEX #FE3413 Scarlet

📋 copy color: '#FE3413'

red 254 ◦ green 52 ◦ blue 19

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

Shades of Scarlet #FE3413

Tints of Scarlet #FE3413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16%

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

R = 78.15%
G = 16%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE3413 (or 0xFE3413) is known color: Scarlet. HEX triplet: FE, 34 and 13. RGB value is (254,52,19). Sum of RGB (Red+Green+Blue) = 254+52+19=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3413 is #01CBEC. Grayscale: #6C6C6C. Windows color (decimal): -117741 or 1258750. OLE color: 1258750.

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

Color convert

RGB 254 52 19 -
CMYK 0 0.80 0.93 0.00
HSL 8.43º 0.99% 0.54% -
HSV(B) 8.43º 0.93% 1% -
XYZ 42.22 23.57 2.94 -
YUV 108.64 77.42 231.68 -
System Red Green Blue C M Y K H S L
Decimal 254 52 19 0 0.80 0.93 0.00 8.43 0.99 0.54
Hex FE 34 13 0 50 5D 0 8 63 36
Octal 376 64 23 0 120 135 0 10 143 66
Binary 11111110 110100 10011 0 1010000 1011101 0 1000 1100011 110110

Color Harmonies of #FE3413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3413

Black with #FE3413

Text Example


Text Example

White with #FE3413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3413; }

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

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

background-color css

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

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

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

border-color css

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

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

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