Html Css Color HEX #FE150F Scarlet

📋 copy color: '#FE150F'

red 254 ◦ green 21 ◦ blue 15

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

Shades of Scarlet #FE150F

Tints of Scarlet #FE150F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.24%

 BLUE value IS 15 (6.25% from 255) = 5.17%

R = 87.59%
G = 7.24%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE150F (or 0xFE150F) is known color: Scarlet. HEX triplet: FE, 15 and 0F. RGB value is (254,21,15). Sum of RGB (Red+Green+Blue) = 254+21+15=290 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.59% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 254 - color contains mainly: red. Hex color #FE150F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE150F is #01EAF0. Grayscale: #5A5A5A. Windows color (decimal): -125681 or 988670. OLE color: 988670.

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

Color convert

RGB 254 21 15 -
CMYK 0 0.92 0.94 0.00
HSL 1.51º 0.99% 0.53% -
HSV(B) 1.51º 0.94% 1% -
XYZ 41.23 21.64 2.46 -
YUV 89.98 85.69 244.99 -
System Red Green Blue C M Y K H S L
Decimal 254 21 15 0 0.92 0.94 0.00 1.51 0.99 0.53
Hex FE 15 F 0 5C 5E 0 2 63 35
Octal 376 25 17 0 134 136 0 2 143 65
Binary 11111110 10101 1111 0 1011100 1011110 0 10 1100011 110101

Color Harmonies of #FE150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE150F

Black with #FE150F

Text Example


Text Example

White with #FE150F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE150F; }

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

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

background-color css

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

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

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

border-color css

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

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

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