Html Css Color HEX #FE3518 Scarlet

📋 copy color: '#FE3518'

red 254 ◦ green 53 ◦ blue 24

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

Shades of Scarlet #FE3518

Tints of Scarlet #FE3518

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.01%

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

R = 76.74%
G = 16.01%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE3518 (or 0xFE3518) is known color: Scarlet. HEX triplet: FE, 35 and 18. RGB value is (254,53,24). Sum of RGB (Red+Green+Blue) = 254+53+24=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3518 is #01CAE7. Grayscale: #6E6E6E. Windows color (decimal): -117480 or 1586686. OLE color: 1586686.

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

Color convert

RGB 254 53 24 -
CMYK 0 0.79 0.91 0.00
HSL 7.57º 0.99% 0.55% -
HSV(B) 7.57º 0.91% 1% -
XYZ 42.31 23.68 3.21 -
YUV 109.79 79.59 230.86 -
System Red Green Blue C M Y K H S L
Decimal 254 53 24 0 0.79 0.91 0.00 7.57 0.99 0.55
Hex FE 35 18 0 4F 5B 0 8 63 37
Octal 376 65 30 0 117 133 0 10 143 67
Binary 11111110 110101 11000 0 1001111 1011011 0 1000 1100011 110111

Color Harmonies of #FE3518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3518

Black with #FE3518

Text Example


Text Example

White with #FE3518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3518; }

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

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

background-color css

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

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

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

border-color css

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

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

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