Html Css Color HEX #FE221D Scarlet

📋 copy color: '#FE221D'

red 254 ◦ green 34 ◦ blue 29

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

Shades of Scarlet #FE221D

Tints of Scarlet #FE221D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.73%

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

R = 80.13%
G = 10.73%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE221D (or 0xFE221D) is known color: Scarlet. HEX triplet: FE, 22 and 1D. RGB value is (254,34,29). Sum of RGB (Red+Green+Blue) = 254+34+29=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE221D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE221D is #01DDE2. Grayscale: #636363. Windows color (decimal): -122339 or 1909502. OLE color: 1909502.

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

Color convert

RGB 254 34 29 -
CMYK 0 0.87 0.89 0.00
HSL 1.33º 0.99% 0.55% -
HSV(B) 1.33º 0.89% 1% -
XYZ 41.67 22.3 3.27 -
YUV 99.21 88.39 238.41 -
System Red Green Blue C M Y K H S L
Decimal 254 34 29 0 0.87 0.89 0.00 1.33 0.99 0.55
Hex FE 22 1D 0 57 59 0 1 63 37
Octal 376 42 35 0 127 131 0 1 143 67
Binary 11111110 100010 11101 0 1010111 1011001 0 1 1100011 110111

Color Harmonies of #FE221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE221D

Black with #FE221D

Text Example


Text Example

White with #FE221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE221D; }

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

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

background-color css

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

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

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

border-color css

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

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

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