Html Css Color HEX #FE3017 Scarlet

📋 copy color: '#FE3017'

red 254 ◦ green 48 ◦ blue 23

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

Shades of Scarlet #FE3017

Tints of Scarlet #FE3017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.08%

R = 78.15%
G = 14.77%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE3017 (or 0xFE3017) is known color: Scarlet. HEX triplet: FE, 30 and 17. RGB value is (254,48,23). Sum of RGB (Red+Green+Blue) = 254+48+23=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3017 is #01CFE8. Grayscale: #6B6B6B. Windows color (decimal): -118761 or 1519870. OLE color: 1519870.

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

Color convert

RGB 254 48 23 -
CMYK 0 0.81 0.91 0.00
HSL 6.49º 0.99% 0.54% -
HSV(B) 6.49º 0.91% 1% -
XYZ 42.08 23.25 3.08 -
YUV 106.74 80.75 233.03 -
System Red Green Blue C M Y K H S L
Decimal 254 48 23 0 0.81 0.91 0.00 6.49 0.99 0.54
Hex FE 30 17 0 51 5B 0 6 63 36
Octal 376 60 27 0 121 133 0 6 143 66
Binary 11111110 110000 10111 0 1010001 1011011 0 110 1100011 110110

Color Harmonies of #FE3017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3017

Black with #FE3017

Text Example


Text Example

White with #FE3017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3017; }

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

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

background-color css

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

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

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

border-color css

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

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

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