Html Css Color HEX #FE2D14 Scarlet

📋 copy color: '#FE2D14'

red 254 ◦ green 45 ◦ blue 20

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

Shades of Scarlet #FE2D14

Tints of Scarlet #FE2D14

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.11%

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

R = 79.62%
G = 14.11%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE2D14 (or 0xFE2D14) is known color: Scarlet. HEX triplet: FE, 2D and 14. RGB value is (254,45,20). Sum of RGB (Red+Green+Blue) = 254+45+20=319 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.62% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2D14 is #01D2EB. Grayscale: #686868. Windows color (decimal): -119532 or 1322494. OLE color: 1322494.

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

Color convert

RGB 254 45 20 -
CMYK 0 0.82 0.92 0.00
HSL 6.41º 0.99% 0.54% -
HSV(B) 6.41º 0.92% 1% -
XYZ 41.94 23 2.89 -
YUV 104.64 80.24 234.53 -
System Red Green Blue C M Y K H S L
Decimal 254 45 20 0 0.82 0.92 0.00 6.41 0.99 0.54
Hex FE 2D 14 0 52 5C 0 6 63 36
Octal 376 55 24 0 122 134 0 6 143 66
Binary 11111110 101101 10100 0 1010010 1011100 0 110 1100011 110110

Color Harmonies of #FE2D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2D14

Black with #FE2D14

Text Example


Text Example

White with #FE2D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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