Html Css Color HEX #FE2C08 Scarlet

📋 copy color: '#FE2C08'

red 254 ◦ green 44 ◦ blue 8

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

Shades of Scarlet #FE2C08

Tints of Scarlet #FE2C08

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.38%

 BLUE value IS 8 (3.52% from 255) = 2.61%

R = 83.01%
G = 14.38%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE2C08 (or 0xFE2C08) is known color: Scarlet. HEX triplet: FE, 2C and 08. RGB value is (254,44,8). Sum of RGB (Red+Green+Blue) = 254+44+8=306 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.01% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2C08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2C08 is #01D3F7. Grayscale: #676767. Windows color (decimal): -119800 or 535806. OLE color: 535806.

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

Color convert

RGB 254 44 8 -
CMYK 0 0.83 0.97 0.00
HSL 8.78º 0.99% 0.51% -
HSV(B) 8.78º 0.97% 1% -
XYZ 41.82 22.89 2.44 -
YUV 102.69 74.57 235.93 -
System Red Green Blue C M Y K H S L
Decimal 254 44 8 0 0.83 0.97 0.00 8.78 0.99 0.51
Hex FE 2C 8 0 53 61 0 9 63 33
Octal 376 54 10 0 123 141 0 11 143 63
Binary 11111110 101100 1000 0 1010011 1100001 0 1001 1100011 110011

Color Harmonies of #FE2C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2C08

Black with #FE2C08

Text Example


Text Example

White with #FE2C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2C08; }

 p { color: rgb(254,44,8); }

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

background-color css

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

 a { background-color: rgb(254,44,8); }

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

border-color css

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

 span { border-color: rgb(254,44,8); }

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