Html Css Color HEX #FE290A Scarlet

📋 copy color: '#FE290A'

red 254 ◦ green 41 ◦ blue 10

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

Shades of Scarlet #FE290A

Tints of Scarlet #FE290A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

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

R = 83.28%
G = 13.44%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE290A (or 0xFE290A) is known color: Scarlet. HEX triplet: FE, 29 and 0A. RGB value is (254,41,10). Sum of RGB (Red+Green+Blue) = 254+41+10=305 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.28% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 254 - color contains mainly: red. Hex color #FE290A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE290A is #01D6F5. Grayscale: #656565. Windows color (decimal): -120566 or 666110. OLE color: 666110.

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

Color convert

RGB 254 41 10 -
CMYK 0 0.84 0.96 0.00
HSL 7.62º 0.99% 0.52% -
HSV(B) 7.62º 0.96% 1% -
XYZ 41.72 22.68 2.47 -
YUV 101.15 76.57 237.02 -
System Red Green Blue C M Y K H S L
Decimal 254 41 10 0 0.84 0.96 0.00 7.62 0.99 0.52
Hex FE 29 A 0 54 60 0 8 63 34
Octal 376 51 12 0 124 140 0 10 143 64
Binary 11111110 101001 1010 0 1010100 1100000 0 1000 1100011 110100

Color Harmonies of #FE290A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE290A

Black with #FE290A

Text Example


Text Example

White with #FE290A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE290A; }

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

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

background-color css

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

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

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

border-color css

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

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

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