Html Css Color HEX #FE2415 Scarlet

📋 copy color: '#FE2415'

red 254 ◦ green 36 ◦ blue 21

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

Shades of Scarlet #FE2415

Tints of Scarlet #FE2415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.58%

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

R = 81.67%
G = 11.58%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE2415 (or 0xFE2415) is known color: Scarlet. HEX triplet: FE, 24 and 15. RGB value is (254,36,21). Sum of RGB (Red+Green+Blue) = 254+36+21=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2415 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2415 is #01DBEA. Grayscale: #636363. Windows color (decimal): -121835 or 1385726. OLE color: 1385726.

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

Color convert

RGB 254 36 21 -
CMYK 0 0.86 0.92 0.00
HSL 3.86º 0.99% 0.54% -
HSV(B) 3.86º 0.92% 1% -
XYZ 41.64 22.39 2.84 -
YUV 99.47 83.72 238.22 -
System Red Green Blue C M Y K H S L
Decimal 254 36 21 0 0.86 0.92 0.00 3.86 0.99 0.54
Hex FE 24 15 0 56 5C 0 4 63 36
Octal 376 44 25 0 126 134 0 4 143 66
Binary 11111110 100100 10101 0 1010110 1011100 0 100 1100011 110110

Color Harmonies of #FE2415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2415

Black with #FE2415

Text Example


Text Example

White with #FE2415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2415; }

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

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

background-color css

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

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

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

border-color css

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

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

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