Html Css Color HEX #FE221B Scarlet

📋 copy color: '#FE221B'

red 254 ◦ green 34 ◦ blue 27

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

Shades of Scarlet #FE221B

Tints of Scarlet #FE221B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.57%

R = 80.63%
G = 10.79%
B = 8.57%

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

#FE221B (or 0xFE221B) is known color: Scarlet. HEX triplet: FE, 22 and 1B. RGB value is (254,34,27). Sum of RGB (Red+Green+Blue) = 254+34+27=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE221B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE221B is #01DDE4. Grayscale: #636363. Windows color (decimal): -122341 or 1778430. OLE color: 1778430.

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

Color convert

RGB 254 34 27 -
CMYK 0 0.87 0.89 0.00
HSL 1.85º 0.99% 0.55% -
HSV(B) 1.85º 0.89% 1% -
XYZ 41.64 22.29 3.15 -
YUV 98.98 87.39 238.57 -
System Red Green Blue C M Y K H S L
Decimal 254 34 27 0 0.87 0.89 0.00 1.85 0.99 0.55
Hex FE 22 1B 0 57 59 0 2 63 37
Octal 376 42 33 0 127 131 0 2 143 67
Binary 11111110 100010 11011 0 1010111 1011001 0 10 1100011 110111

Color Harmonies of #FE221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE221B

Black with #FE221B

Text Example


Text Example

White with #FE221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE221B; }

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

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

background-color css

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

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

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

border-color css

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

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

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