Html Css Color HEX #FE3510 Scarlet

📋 copy color: '#FE3510'

red 254 ◦ green 53 ◦ blue 16

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

Shades of Scarlet #FE3510

Tints of Scarlet #FE3510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.95%

R = 78.64%
G = 16.41%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE3510 (or 0xFE3510) is known color: Scarlet. HEX triplet: FE, 35 and 10. RGB value is (254,53,16). Sum of RGB (Red+Green+Blue) = 254+53+16=323 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.64% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3510 is #01CAEF. Grayscale: #6D6D6D. Windows color (decimal): -117488 or 1062398. OLE color: 1062398.

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

Color convert

RGB 254 53 16 -
CMYK 0 0.79 0.94 0.00
HSL 9.33º 0.99% 0.53% -
HSV(B) 9.33º 0.94% 1% -
XYZ 42.24 23.65 2.83 -
YUV 108.88 75.59 231.51 -
System Red Green Blue C M Y K H S L
Decimal 254 53 16 0 0.79 0.94 0.00 9.33 0.99 0.53
Hex FE 35 10 0 4F 5E 0 9 63 35
Octal 376 65 20 0 117 136 0 11 143 65
Binary 11111110 110101 10000 0 1001111 1011110 0 1001 1100011 110101

Color Harmonies of #FE3510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3510

Black with #FE3510

Text Example


Text Example

White with #FE3510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3510; }

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

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

background-color css

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

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

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

border-color css

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

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

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