Html Css Color HEX #FE291A Scarlet

📋 copy color: '#FE291A'

red 254 ◦ green 41 ◦ blue 26

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

Shades of Scarlet #FE291A

Tints of Scarlet #FE291A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.1%

R = 79.13%
G = 12.77%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE291A (or 0xFE291A) is known color: Scarlet. HEX triplet: FE, 29 and 1A. RGB value is (254,41,26). Sum of RGB (Red+Green+Blue) = 254+41+26=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE291A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE291A is #01D6E5. Grayscale: #676767. Windows color (decimal): -120550 or 1714686. OLE color: 1714686.

HSL color Cylindrical-coordinate representation of color #FE291A: hue angle of 3.95º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE291A is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 41 26 -
CMYK 0 0.84 0.90 0.00
HSL 3.95º 0.99% 0.55% -
HSV(B) 3.95º 0.9% 1% -
XYZ 41.85 22.73 3.16 -
YUV 102.98 84.57 235.72 -
System Red Green Blue C M Y K H S L
Decimal 254 41 26 0 0.84 0.90 0.00 3.95 0.99 0.55
Hex FE 29 1A 0 54 5A 0 4 63 37
Octal 376 51 32 0 124 132 0 4 143 67
Binary 11111110 101001 11010 0 1010100 1011010 0 100 1100011 110111

Color Harmonies of #FE291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE291A

Black with #FE291A

Text Example


Text Example

White with #FE291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE291A; }

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

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

background-color css

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

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

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

border-color css

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

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

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