Html Css Color HEX #FE190A Scarlet

📋 copy color: '#FE190A'

red 254 ◦ green 25 ◦ blue 10

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

Shades of Scarlet #FE190A

Tints of Scarlet #FE190A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

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

R = 87.89%
G = 8.65%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE190A (or 0xFE190A) is known color: Scarlet. HEX triplet: FE, 19 and 0A. RGB value is (254,25,10). Sum of RGB (Red+Green+Blue) = 254+25+10=289 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.89% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 254 - color contains mainly: red. Hex color #FE190A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE190A is #01E6F5. Grayscale: #5C5C5C. Windows color (decimal): -124662 or 662014. OLE color: 662014.

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

Color convert

RGB 254 25 10 -
CMYK 0 0.90 0.96 0.00
HSL 3.69º 0.99% 0.52% -
HSV(B) 3.69º 0.96% 1% -
XYZ 41.28 21.79 2.32 -
YUV 91.76 81.87 243.72 -
System Red Green Blue C M Y K H S L
Decimal 254 25 10 0 0.90 0.96 0.00 3.69 0.99 0.52
Hex FE 19 A 0 5A 60 0 4 63 34
Octal 376 31 12 0 132 140 0 4 143 64
Binary 11111110 11001 1010 0 1011010 1100000 0 100 1100011 110100

Color Harmonies of #FE190A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE190A

Black with #FE190A

Text Example


Text Example

White with #FE190A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE190A; }

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

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

background-color css

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

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

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

border-color css

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

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

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