Html Css Color HEX #FE3310 Scarlet

📋 copy color: '#FE3310'

red 254 ◦ green 51 ◦ blue 16

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

Shades of Scarlet #FE3310

Tints of Scarlet #FE3310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.89%

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

R = 79.13%
G = 15.89%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE3310 (or 0xFE3310) is known color: Scarlet. HEX triplet: FE, 33 and 10. RGB value is (254,51,16). Sum of RGB (Red+Green+Blue) = 254+51+16=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3310 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3310 is #01CCEF. Grayscale: #6C6C6C. Windows color (decimal): -118000 or 1061886. OLE color: 1061886.

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

Color convert

RGB 254 51 16 -
CMYK 0 0.80 0.94 0.00
HSL 8.82º 0.99% 0.53% -
HSV(B) 8.82º 0.94% 1% -
XYZ 42.15 23.48 2.8 -
YUV 107.71 76.25 232.35 -
System Red Green Blue C M Y K H S L
Decimal 254 51 16 0 0.80 0.94 0.00 8.82 0.99 0.53
Hex FE 33 10 0 50 5E 0 9 63 35
Octal 376 63 20 0 120 136 0 11 143 65
Binary 11111110 110011 10000 0 1010000 1011110 0 1001 1100011 110101

Color Harmonies of #FE3310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3310

Black with #FE3310

Text Example


Text Example

White with #FE3310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3310; }

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

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

background-color css

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

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

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

border-color css

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

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

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