Html Css Color HEX #FE1613 Scarlet

📋 copy color: '#FE1613'

red 254 ◦ green 22 ◦ blue 19

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

Shades of Scarlet #FE1613

Tints of Scarlet #FE1613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.46%

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

R = 86.1%
G = 7.46%
B = 6.44%

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

#FE1613 (or 0xFE1613) is known color: Scarlet. HEX triplet: FE, 16 and 13. RGB value is (254,22,19). Sum of RGB (Red+Green+Blue) = 254+22+19=295 (39% of max value = 765). Red value is 254 (99.61% from 255 or 86.10% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1613 is #01E9EC. Grayscale: #5B5B5B. Windows color (decimal): -125421 or 1251070. OLE color: 1251070.

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

Color convert

RGB 254 22 19 -
CMYK 0 0.91 0.93 0.00
HSL 0.77º 0.99% 0.54% -
HSV(B) 0.77º 0.93% 1% -
XYZ 41.28 21.69 2.63 -
YUV 91.03 87.36 244.24 -
System Red Green Blue C M Y K H S L
Decimal 254 22 19 0 0.91 0.93 0.00 0.77 0.99 0.54
Hex FE 16 13 0 5B 5D 0 1 63 36
Octal 376 26 23 0 133 135 0 1 143 66
Binary 11111110 10110 10011 0 1011011 1011101 0 1 1100011 110110

Color Harmonies of #FE1613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1613

Black with #FE1613

Text Example


Text Example

White with #FE1613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1613; }

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

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

background-color css

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

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

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

border-color css

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

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

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