Html Css Color HEX #FE3014 Scarlet

📋 copy color: '#FE3014'

red 254 ◦ green 48 ◦ blue 20

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

Shades of Scarlet #FE3014

Tints of Scarlet #FE3014

RGB

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

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

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

R = 78.88%
G = 14.91%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE3014 (or 0xFE3014) is known color: Scarlet. HEX triplet: FE, 30 and 14. RGB value is (254,48,20). Sum of RGB (Red+Green+Blue) = 254+48+20=322 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.88% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3014 is #01CFEB. Grayscale: #6A6A6A. Windows color (decimal): -118764 or 1323262. OLE color: 1323262.

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

Color convert

RGB 254 48 20 -
CMYK 0 0.81 0.92 0.00
HSL 7.18º 0.99% 0.54% -
HSV(B) 7.18º 0.92% 1% -
XYZ 42.06 23.24 2.93 -
YUV 106.4 79.25 233.28 -
System Red Green Blue C M Y K H S L
Decimal 254 48 20 0 0.81 0.92 0.00 7.18 0.99 0.54
Hex FE 30 14 0 51 5C 0 7 63 36
Octal 376 60 24 0 121 134 0 7 143 66
Binary 11111110 110000 10100 0 1010001 1011100 0 111 1100011 110110

Color Harmonies of #FE3014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3014

Black with #FE3014

Text Example


Text Example

White with #FE3014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3014; }

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

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

background-color css

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

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

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

border-color css

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

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

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