Html Css Color HEX #FE2E06 Scarlet

📋 copy color: '#FE2E06'

red 254 ◦ green 46 ◦ blue 6

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

Shades of Scarlet #FE2E06

Tints of Scarlet #FE2E06

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.03%

 BLUE value IS 6 (2.73% from 255) = 1.96%

R = 83.01%
G = 15.03%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE2E06 (or 0xFE2E06) is known color: Scarlet. HEX triplet: FE, 2E and 06. RGB value is (254,46,6). Sum of RGB (Red+Green+Blue) = 254+46+6=306 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.01% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2E06 is #01D1F9. Grayscale: #686868. Windows color (decimal): -119290 or 405246. OLE color: 405246.

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

Color convert

RGB 254 46 6 -
CMYK 0 0.82 0.98 0.00
HSL 9.68º 0.99% 0.51% -
HSV(B) 9.68º 0.98% 1% -
XYZ 41.88 23.04 2.41 -
YUV 103.63 72.91 235.25 -
System Red Green Blue C M Y K H S L
Decimal 254 46 6 0 0.82 0.98 0.00 9.68 0.99 0.51
Hex FE 2E 6 0 52 62 0 A 63 33
Octal 376 56 6 0 122 142 0 12 143 63
Binary 11111110 101110 110 0 1010010 1100010 0 1010 1100011 110011

Color Harmonies of #FE2E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2E06

Black with #FE2E06

Text Example


Text Example

White with #FE2E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2E06; }

 p { color: rgb(254,46,6); }

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

background-color css

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

 a { background-color: rgb(254,46,6); }

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

border-color css

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

 span { border-color: rgb(254,46,6); }

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