Html Css Color HEX #FE220D Scarlet

📋 copy color: '#FE220D'

red 254 ◦ green 34 ◦ blue 13

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

Shades of Scarlet #FE220D

Tints of Scarlet #FE220D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.32%

R = 84.39%
G = 11.3%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE220D (or 0xFE220D) is known color: Scarlet. HEX triplet: FE, 22 and 0D. RGB value is (254,34,13). Sum of RGB (Red+Green+Blue) = 254+34+13=301 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.39% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 254 - color contains mainly: red. Hex color #FE220D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE220D is #01DDF2. Grayscale: #616161. Windows color (decimal): -122355 or 860926. OLE color: 860926.

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

Color convert

RGB 254 34 13 -
CMYK 0 0.87 0.95 0.00
HSL 5.23º 0.99% 0.52% -
HSV(B) 5.23º 0.95% 1% -
XYZ 41.52 22.24 2.49 -
YUV 97.39 80.39 239.71 -
System Red Green Blue C M Y K H S L
Decimal 254 34 13 0 0.87 0.95 0.00 5.23 0.99 0.52
Hex FE 22 D 0 57 5F 0 5 63 34
Octal 376 42 15 0 127 137 0 5 143 64
Binary 11111110 100010 1101 0 1010111 1011111 0 101 1100011 110100

Color Harmonies of #FE220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE220D

Black with #FE220D

Text Example


Text Example

White with #FE220D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE220D; }

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

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

background-color css

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

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

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

border-color css

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

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

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