Html Css Color HEX #FE2B14 Scarlet

📋 copy color: '#FE2B14'

red 254 ◦ green 43 ◦ blue 20

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

Shades of Scarlet #FE2B14

Tints of Scarlet #FE2B14

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.56%

 BLUE value IS 20 (8.2% from 255) = 6.31%

R = 80.13%
G = 13.56%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE2B14 (or 0xFE2B14) is known color: Scarlet. HEX triplet: FE, 2B and 14. RGB value is (254,43,20). Sum of RGB (Red+Green+Blue) = 254+43+20=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2B14 is #01D4EB. Grayscale: #676767. Windows color (decimal): -120044 or 1321982. OLE color: 1321982.

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

Color convert

RGB 254 43 20 -
CMYK 0 0.83 0.92 0.00
HSL 5.9º 0.99% 0.54% -
HSV(B) 5.9º 0.92% 1% -
XYZ 41.86 22.85 2.87 -
YUV 103.47 80.9 235.37 -
System Red Green Blue C M Y K H S L
Decimal 254 43 20 0 0.83 0.92 0.00 5.9 0.99 0.54
Hex FE 2B 14 0 53 5C 0 6 63 36
Octal 376 53 24 0 123 134 0 6 143 66
Binary 11111110 101011 10100 0 1010011 1011100 0 110 1100011 110110

Color Harmonies of #FE2B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2B14

Black with #FE2B14

Text Example


Text Example

White with #FE2B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2B14; }

 p { color: rgb(254,43,20); }

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

background-color css

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

 a { background-color: rgb(254,43,20); }

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

border-color css

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

 span { border-color: rgb(254,43,20); }

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