Html Css Color HEX #FE271D Scarlet

📋 copy color: '#FE271D'

red 254 ◦ green 39 ◦ blue 29

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

Shades of Scarlet #FE271D

Tints of Scarlet #FE271D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.11%

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

R = 78.88%
G = 12.11%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE271D (or 0xFE271D) is known color: Scarlet. HEX triplet: FE, 27 and 1D. RGB value is (254,39,29). Sum of RGB (Red+Green+Blue) = 254+39+29=322 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.88% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 254 - color contains mainly: red. Hex color #FE271D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE271D is #01D8E2. Grayscale: #666666. Windows color (decimal): -121059 or 1910782. OLE color: 1910782.

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

Color convert

RGB 254 39 29 -
CMYK 0 0.85 0.89 0.00
HSL 2.67º 0.99% 0.55% -
HSV(B) 2.67º 0.89% 1% -
XYZ 41.82 22.61 3.32 -
YUV 102.15 86.73 236.31 -
System Red Green Blue C M Y K H S L
Decimal 254 39 29 0 0.85 0.89 0.00 2.67 0.99 0.55
Hex FE 27 1D 0 55 59 0 3 63 37
Octal 376 47 35 0 125 131 0 3 143 67
Binary 11111110 100111 11101 0 1010101 1011001 0 11 1100011 110111

Color Harmonies of #FE271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE271D

Black with #FE271D

Text Example


Text Example

White with #FE271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE271D; }

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

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

background-color css

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

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

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

border-color css

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

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

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