Html Css Color HEX #FE3013 Scarlet

📋 copy color: '#FE3013'

red 254 ◦ green 48 ◦ blue 19

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

Shades of Scarlet #FE3013

Tints of Scarlet #FE3013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.95%

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

R = 79.13%
G = 14.95%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE3013 (or 0xFE3013) is known color: Scarlet. HEX triplet: FE, 30 and 13. RGB value is (254,48,19). Sum of RGB (Red+Green+Blue) = 254+48+19=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3013 is #01CFEC. Grayscale: #6A6A6A. Windows color (decimal): -118765 or 1257726. OLE color: 1257726.

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

Color convert

RGB 254 48 19 -
CMYK 0 0.81 0.93 0.00
HSL 7.4º 0.99% 0.54% -
HSV(B) 7.4º 0.93% 1% -
XYZ 42.05 23.23 2.88 -
YUV 106.29 78.75 233.36 -
System Red Green Blue C M Y K H S L
Decimal 254 48 19 0 0.81 0.93 0.00 7.4 0.99 0.54
Hex FE 30 13 0 51 5D 0 7 63 36
Octal 376 60 23 0 121 135 0 7 143 66
Binary 11111110 110000 10011 0 1010001 1011101 0 111 1100011 110110

Color Harmonies of #FE3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3013

Black with #FE3013

Text Example


Text Example

White with #FE3013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3013; }

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

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

background-color css

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

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

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

border-color css

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

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

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