Html Css Color HEX #FE2309 Scarlet

📋 copy color: '#FE2309'

red 254 ◦ green 35 ◦ blue 9

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

Shades of Scarlet #FE2309

Tints of Scarlet #FE2309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.74%

 BLUE value IS 9 (3.91% from 255) = 3.02%

R = 85.23%
G = 11.74%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE2309 (or 0xFE2309) is known color: Scarlet. HEX triplet: FE, 23 and 09. RGB value is (254,35,9). Sum of RGB (Red+Green+Blue) = 254+35+9=298 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.23% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2309 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2309 is #01DCF6. Grayscale: #616161. Windows color (decimal): -122103 or 599038. OLE color: 599038.

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

Color convert

RGB 254 35 9 -
CMYK 0 0.86 0.96 0.00
HSL 6.37º 0.99% 0.52% -
HSV(B) 6.37º 0.96% 1% -
XYZ 41.52 22.29 2.37 -
YUV 97.52 78.05 239.61 -
System Red Green Blue C M Y K H S L
Decimal 254 35 9 0 0.86 0.96 0.00 6.37 0.99 0.52
Hex FE 23 9 0 56 60 0 6 63 34
Octal 376 43 11 0 126 140 0 6 143 64
Binary 11111110 100011 1001 0 1010110 1100000 0 110 1100011 110100

Color Harmonies of #FE2309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2309

Black with #FE2309

Text Example


Text Example

White with #FE2309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2309; }

 p { color: rgb(254,35,9); }

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

background-color css

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

 a { background-color: rgb(254,35,9); }

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

border-color css

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

 span { border-color: rgb(254,35,9); }

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