Html Css Color HEX #FE2211 Scarlet

📋 copy color: '#FE2211'

red 254 ◦ green 34 ◦ blue 17

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

Shades of Scarlet #FE2211

Tints of Scarlet #FE2211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.57%

R = 83.28%
G = 11.15%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE2211 (or 0xFE2211) is known color: Scarlet. HEX triplet: FE, 22 and 11. RGB value is (254,34,17). Sum of RGB (Red+Green+Blue) = 254+34+17=305 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.28% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2211 is #01DDEE. Grayscale: #626262. Windows color (decimal): -122351 or 1123070. OLE color: 1123070.

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

Color convert

RGB 254 34 17 -
CMYK 0 0.87 0.93 0.00
HSL 4.3º 0.99% 0.53% -
HSV(B) 4.3º 0.93% 1% -
XYZ 41.55 22.26 2.64 -
YUV 97.84 82.39 239.38 -
System Red Green Blue C M Y K H S L
Decimal 254 34 17 0 0.87 0.93 0.00 4.3 0.99 0.53
Hex FE 22 11 0 57 5D 0 4 63 35
Octal 376 42 21 0 127 135 0 4 143 65
Binary 11111110 100010 10001 0 1010111 1011101 0 100 1100011 110101

Color Harmonies of #FE2211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2211

Black with #FE2211

Text Example


Text Example

White with #FE2211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2211; }

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

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

background-color css

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

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

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

border-color css

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

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

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