Html Css Color HEX #FE291D Scarlet

📋 copy color: '#FE291D'

red 254 ◦ green 41 ◦ blue 29

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

Shades of Scarlet #FE291D

Tints of Scarlet #FE291D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.95%

R = 78.4%
G = 12.65%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE291D (or 0xFE291D) is known color: Scarlet. HEX triplet: FE, 29 and 1D. RGB value is (254,41,29). Sum of RGB (Red+Green+Blue) = 254+41+29=324 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.40% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 254 - color contains mainly: red. Hex color #FE291D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE291D is #01D6E2. Grayscale: #676767. Windows color (decimal): -120547 or 1911294. OLE color: 1911294.

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

Color convert

RGB 254 41 29 -
CMYK 0 0.84 0.89 0.00
HSL 3.2º 0.99% 0.55% -
HSV(B) 3.2º 0.89% 1% -
XYZ 41.89 22.75 3.34 -
YUV 103.32 86.07 235.48 -
System Red Green Blue C M Y K H S L
Decimal 254 41 29 0 0.84 0.89 0.00 3.2 0.99 0.55
Hex FE 29 1D 0 54 59 0 3 63 37
Octal 376 51 35 0 124 131 0 3 143 67
Binary 11111110 101001 11101 0 1010100 1011001 0 11 1100011 110111

Color Harmonies of #FE291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE291D

Black with #FE291D

Text Example


Text Example

White with #FE291D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE291D; }

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

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

background-color css

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

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

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

border-color css

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

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

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