Html Css Color HEX #FE281D Scarlet

📋 copy color: '#FE281D'

red 254 ◦ green 40 ◦ blue 29

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

Shades of Scarlet #FE281D

Tints of Scarlet #FE281D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.38%

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

R = 78.64%
G = 12.38%
B = 8.98%

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

#FE281D (or 0xFE281D) is known color: Scarlet. HEX triplet: FE, 28 and 1D. RGB value is (254,40,29). Sum of RGB (Red+Green+Blue) = 254+40+29=323 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.64% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 254 - color contains mainly: red. Hex color #FE281D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE281D is #01D7E2. Grayscale: #666666. Windows color (decimal): -120803 or 1911038. OLE color: 1911038.

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

Color convert

RGB 254 40 29 -
CMYK 0 0.84 0.89 0.00
HSL 2.93º 0.99% 0.55% -
HSV(B) 2.93º 0.89% 1% -
XYZ 41.85 22.68 3.33 -
YUV 102.73 86.4 235.89 -
System Red Green Blue C M Y K H S L
Decimal 254 40 29 0 0.84 0.89 0.00 2.93 0.99 0.55
Hex FE 28 1D 0 54 59 0 3 63 37
Octal 376 50 35 0 124 131 0 3 143 67
Binary 11111110 101000 11101 0 1010100 1011001 0 11 1100011 110111

Color Harmonies of #FE281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE281D

Black with #FE281D

Text Example


Text Example

White with #FE281D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE281D; }

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

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

background-color css

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

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

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

border-color css

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

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

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