Html Css Color HEX #FE3513 Scarlet

📋 copy color: '#FE3513'

red 254 ◦ green 53 ◦ blue 19

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

Shades of Scarlet #FE3513

Tints of Scarlet #FE3513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.26%

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

R = 77.91%
G = 16.26%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE3513 (or 0xFE3513) is known color: Scarlet. HEX triplet: FE, 35 and 13. RGB value is (254,53,19). Sum of RGB (Red+Green+Blue) = 254+53+19=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3513 is #01CAEC. Grayscale: #6D6D6D. Windows color (decimal): -117485 or 1259006. OLE color: 1259006.

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

Color convert

RGB 254 53 19 -
CMYK 0 0.79 0.93 0.00
HSL 8.68º 0.99% 0.54% -
HSV(B) 8.68º 0.93% 1% -
XYZ 42.26 23.66 2.96 -
YUV 109.22 77.09 231.26 -
System Red Green Blue C M Y K H S L
Decimal 254 53 19 0 0.79 0.93 0.00 8.68 0.99 0.54
Hex FE 35 13 0 4F 5D 0 9 63 36
Octal 376 65 23 0 117 135 0 11 143 66
Binary 11111110 110101 10011 0 1001111 1011101 0 1001 1100011 110110

Color Harmonies of #FE3513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3513

Black with #FE3513

Text Example


Text Example

White with #FE3513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3513; }

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

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

background-color css

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

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

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

border-color css

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

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

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