Html Css Color HEX #FE1713 Scarlet

📋 copy color: '#FE1713'

red 254 ◦ green 23 ◦ blue 19

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

Shades of Scarlet #FE1713

Tints of Scarlet #FE1713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.77%

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

R = 85.81%
G = 7.77%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE1713 (or 0xFE1713) is known color: Scarlet. HEX triplet: FE, 17 and 13. RGB value is (254,23,19). Sum of RGB (Red+Green+Blue) = 254+23+19=296 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.81% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1713 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1713 is #01E8EC. Grayscale: #5B5B5B. Windows color (decimal): -125165 or 1251326. OLE color: 1251326.

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

Color convert

RGB 254 23 19 -
CMYK 0 0.91 0.93 0.00
HSL 1.02º 0.99% 0.54% -
HSV(B) 1.02º 0.93% 1% -
XYZ 41.3 21.73 2.63 -
YUV 91.61 87.03 243.83 -
System Red Green Blue C M Y K H S L
Decimal 254 23 19 0 0.91 0.93 0.00 1.02 0.99 0.54
Hex FE 17 13 0 5B 5D 0 1 63 36
Octal 376 27 23 0 133 135 0 1 143 66
Binary 11111110 10111 10011 0 1011011 1011101 0 1 1100011 110110

Color Harmonies of #FE1713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1713

Black with #FE1713

Text Example


Text Example

White with #FE1713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1713; }

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

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

background-color css

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

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

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

border-color css

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

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

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