Html Css Color HEX #FE1813 Scarlet

📋 copy color: '#FE1813'

red 254 ◦ green 24 ◦ blue 19

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

Shades of Scarlet #FE1813

Tints of Scarlet #FE1813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.08%

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

R = 85.52%
G = 8.08%
B = 6.4%

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

#FE1813 (or 0xFE1813) is known color: Scarlet. HEX triplet: FE, 18 and 13. RGB value is (254,24,19). Sum of RGB (Red+Green+Blue) = 254+24+19=297 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.52% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1813 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1813 is #01E7EC. Grayscale: #5C5C5C. Windows color (decimal): -124909 or 1251582. OLE color: 1251582.

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

Color convert

RGB 254 24 19 -
CMYK 0 0.91 0.93 0.00
HSL 1.28º 0.99% 0.54% -
HSV(B) 1.28º 0.93% 1% -
XYZ 41.32 21.77 2.64 -
YUV 92.2 86.7 243.41 -
System Red Green Blue C M Y K H S L
Decimal 254 24 19 0 0.91 0.93 0.00 1.28 0.99 0.54
Hex FE 18 13 0 5B 5D 0 1 63 36
Octal 376 30 23 0 133 135 0 1 143 66
Binary 11111110 11000 10011 0 1011011 1011101 0 1 1100011 110110

Color Harmonies of #FE1813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1813

Black with #FE1813

Text Example


Text Example

White with #FE1813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1813; }

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

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

background-color css

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

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

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

border-color css

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

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

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