Html Css Color HEX #FE150E Scarlet

📋 copy color: '#FE150E'

red 254 ◦ green 21 ◦ blue 14

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

Shades of Scarlet #FE150E

Tints of Scarlet #FE150E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.84%

R = 87.89%
G = 7.27%
B = 4.84%

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

#FE150E (or 0xFE150E) is known color: Scarlet. HEX triplet: FE, 15 and 0E. RGB value is (254,21,14). Sum of RGB (Red+Green+Blue) = 254+21+14=289 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.89% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 254 - color contains mainly: red. Hex color #FE150E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE150E is #01EAF1. Grayscale: #5A5A5A. Windows color (decimal): -125682 or 923134. OLE color: 923134.

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

Color convert

RGB 254 21 14 -
CMYK 0 0.92 0.94 0.00
HSL 1.75º 0.99% 0.53% -
HSV(B) 1.75º 0.94% 1% -
XYZ 41.22 21.64 2.42 -
YUV 89.87 85.19 245.07 -
System Red Green Blue C M Y K H S L
Decimal 254 21 14 0 0.92 0.94 0.00 1.75 0.99 0.53
Hex FE 15 E 0 5C 5E 0 2 63 35
Octal 376 25 16 0 134 136 0 2 143 65
Binary 11111110 10101 1110 0 1011100 1011110 0 10 1100011 110101

Color Harmonies of #FE150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE150E

Black with #FE150E

Text Example


Text Example

White with #FE150E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE150E; }

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

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

background-color css

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

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

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

border-color css

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

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

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