Html Css Color HEX #FE150A Scarlet

📋 copy color: '#FE150A'

red 254 ◦ green 21 ◦ blue 10

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

Shades of Scarlet #FE150A

Tints of Scarlet #FE150A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.51%

R = 89.12%
G = 7.37%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE150A (or 0xFE150A) is known color: Scarlet. HEX triplet: FE, 15 and 0A. RGB value is (254,21,10). Sum of RGB (Red+Green+Blue) = 254+21+10=285 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.12% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 254 - color contains mainly: red. Hex color #FE150A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE150A is #01EAF5. Grayscale: #595959. Windows color (decimal): -125686 or 660990. OLE color: 660990.

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

Color convert

RGB 254 21 10 -
CMYK 0 0.92 0.96 0.00
HSL 2.7º 0.99% 0.52% -
HSV(B) 2.7º 0.96% 1% -
XYZ 41.2 21.63 2.29 -
YUV 89.41 83.19 245.39 -
System Red Green Blue C M Y K H S L
Decimal 254 21 10 0 0.92 0.96 0.00 2.7 0.99 0.52
Hex FE 15 A 0 5C 60 0 3 63 34
Octal 376 25 12 0 134 140 0 3 143 64
Binary 11111110 10101 1010 0 1011100 1100000 0 11 1100011 110100

Color Harmonies of #FE150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE150A

Black with #FE150A

Text Example


Text Example

White with #FE150A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE150A; }

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

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

background-color css

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

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

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

border-color css

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

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

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