Html Css Color HEX #FE2914 Scarlet

📋 copy color: '#FE2914'

red 254 ◦ green 41 ◦ blue 20

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

Shades of Scarlet #FE2914

Tints of Scarlet #FE2914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.02%

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

R = 80.63%
G = 13.02%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE2914 (or 0xFE2914) is known color: Scarlet. HEX triplet: FE, 29 and 14. RGB value is (254,41,20). Sum of RGB (Red+Green+Blue) = 254+41+20=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2914 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2914 is #01D6EB. Grayscale: #666666. Windows color (decimal): -120556 or 1321470. OLE color: 1321470.

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

Color convert

RGB 254 41 20 -
CMYK 0 0.84 0.92 0.00
HSL 5.38º 0.99% 0.54% -
HSV(B) 5.38º 0.92% 1% -
XYZ 41.79 22.71 2.84 -
YUV 102.29 81.57 236.21 -
System Red Green Blue C M Y K H S L
Decimal 254 41 20 0 0.84 0.92 0.00 5.38 0.99 0.54
Hex FE 29 14 0 54 5C 0 5 63 36
Octal 376 51 24 0 124 134 0 5 143 66
Binary 11111110 101001 10100 0 1010100 1011100 0 101 1100011 110110

Color Harmonies of #FE2914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2914

Black with #FE2914

Text Example


Text Example

White with #FE2914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2914; }

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

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

background-color css

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

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

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

border-color css

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

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

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