Html Css Color HEX #FE2518 Scarlet

📋 copy color: '#FE2518'

red 254 ◦ green 37 ◦ blue 24

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

Shades of Scarlet #FE2518

Tints of Scarlet #FE2518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.62%

R = 80.63%
G = 11.75%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE2518 (or 0xFE2518) is known color: Scarlet. HEX triplet: FE, 25 and 18. RGB value is (254,37,24). Sum of RGB (Red+Green+Blue) = 254+37+24=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2518 is #01DAE7. Grayscale: #646464. Windows color (decimal): -121576 or 1582590. OLE color: 1582590.

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

Color convert

RGB 254 37 24 -
CMYK 0 0.85 0.91 0.00
HSL 3.39º 0.99% 0.55% -
HSV(B) 3.39º 0.91% 1% -
XYZ 41.7 22.46 3 -
YUV 100.4 84.89 237.56 -
System Red Green Blue C M Y K H S L
Decimal 254 37 24 0 0.85 0.91 0.00 3.39 0.99 0.55
Hex FE 25 18 0 55 5B 0 3 63 37
Octal 376 45 30 0 125 133 0 3 143 67
Binary 11111110 100101 11000 0 1010101 1011011 0 11 1100011 110111

Color Harmonies of #FE2518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2518

Black with #FE2518

Text Example


Text Example

White with #FE2518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2518; }

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

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

background-color css

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

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

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

border-color css

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

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

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