Html Css Color HEX #FE2915 Scarlet

📋 copy color: '#FE2915'

red 254 ◦ green 41 ◦ blue 21

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

Shades of Scarlet #FE2915

Tints of Scarlet #FE2915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.97%

 BLUE value IS 21 (8.59% from 255) = 6.65%

R = 80.38%
G = 12.97%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE2915 (or 0xFE2915) is known color: Scarlet. HEX triplet: FE, 29 and 15. RGB value is (254,41,21). Sum of RGB (Red+Green+Blue) = 254+41+21=316 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.38% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2915 is #01D6EA. Grayscale: #666666. Windows color (decimal): -120555 or 1387006. OLE color: 1387006.

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

Color convert

RGB 254 41 21 -
CMYK 0 0.84 0.92 0.00
HSL 5.15º 0.99% 0.54% -
HSV(B) 5.15º 0.92% 1% -
XYZ 41.8 22.71 2.89 -
YUV 102.41 82.07 236.13 -
System Red Green Blue C M Y K H S L
Decimal 254 41 21 0 0.84 0.92 0.00 5.15 0.99 0.54
Hex FE 29 15 0 54 5C 0 5 63 36
Octal 376 51 25 0 124 134 0 5 143 66
Binary 11111110 101001 10101 0 1010100 1011100 0 101 1100011 110110

Color Harmonies of #FE2915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2915

Black with #FE2915

Text Example


Text Example

White with #FE2915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2915; }

 p { color: rgb(254,41,21); }

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

background-color css

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

 a { background-color: rgb(254,41,21); }

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

border-color css

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

 span { border-color: rgb(254,41,21); }

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