Html Css Color HEX #FE2513 Scarlet

📋 copy color: '#FE2513'

red 254 ◦ green 37 ◦ blue 19

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

Shades of Scarlet #FE2513

Tints of Scarlet #FE2513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.94%

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

R = 81.94%
G = 11.94%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE2513 (or 0xFE2513) is known color: Scarlet. HEX triplet: FE, 25 and 13. RGB value is (254,37,19). Sum of RGB (Red+Green+Blue) = 254+37+19=310 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.94% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2513 is #01DAEC. Grayscale: #646464. Windows color (decimal): -121581 or 1254910. OLE color: 1254910.

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

Color convert

RGB 254 37 19 -
CMYK 0 0.85 0.93 0.00
HSL 4.6º 0.99% 0.54% -
HSV(B) 4.6º 0.93% 1% -
XYZ 41.65 22.44 2.75 -
YUV 99.83 82.39 237.96 -
System Red Green Blue C M Y K H S L
Decimal 254 37 19 0 0.85 0.93 0.00 4.6 0.99 0.54
Hex FE 25 13 0 55 5D 0 5 63 36
Octal 376 45 23 0 125 135 0 5 143 66
Binary 11111110 100101 10011 0 1010101 1011101 0 101 1100011 110110

Color Harmonies of #FE2513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2513

Black with #FE2513

Text Example


Text Example

White with #FE2513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2513; }

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

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

background-color css

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

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

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

border-color css

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

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

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