Html Css Color HEX #FE221C Scarlet

📋 copy color: '#FE221C'

red 254 ◦ green 34 ◦ blue 28

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

Shades of Scarlet #FE221C

Tints of Scarlet #FE221C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.86%

R = 80.38%
G = 10.76%
B = 8.86%

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

#FE221C (or 0xFE221C) is known color: Scarlet. HEX triplet: FE, 22 and 1C. RGB value is (254,34,28). Sum of RGB (Red+Green+Blue) = 254+34+28=316 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.38% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 254 - color contains mainly: red. Hex color #FE221C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE221C is #01DDE3. Grayscale: #636363. Windows color (decimal): -122340 or 1843966. OLE color: 1843966.

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

Color convert

RGB 254 34 28 -
CMYK 0 0.87 0.89 0.00
HSL 1.59º 0.99% 0.55% -
HSV(B) 1.59º 0.89% 1% -
XYZ 41.65 22.3 3.21 -
YUV 99.1 87.89 238.49 -
System Red Green Blue C M Y K H S L
Decimal 254 34 28 0 0.87 0.89 0.00 1.59 0.99 0.55
Hex FE 22 1C 0 57 59 0 2 63 37
Octal 376 42 34 0 127 131 0 2 143 67
Binary 11111110 100010 11100 0 1010111 1011001 0 10 1100011 110111

Color Harmonies of #FE221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE221C

Black with #FE221C

Text Example


Text Example

White with #FE221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE221C; }

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

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

background-color css

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

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

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

border-color css

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

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

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