Html Css Color HEX #FE2514 Scarlet

📋 copy color: '#FE2514'

red 254 ◦ green 37 ◦ blue 20

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

Shades of Scarlet #FE2514

Tints of Scarlet #FE2514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.9%

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

R = 81.67%
G = 11.9%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE2514 (or 0xFE2514) is known color: Scarlet. HEX triplet: FE, 25 and 14. RGB value is (254,37,20). Sum of RGB (Red+Green+Blue) = 254+37+20=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2514 is #01DAEB. Grayscale: #646464. Windows color (decimal): -121580 or 1320446. OLE color: 1320446.

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

Color convert

RGB 254 37 20 -
CMYK 0 0.85 0.92 0.00
HSL 4.36º 0.99% 0.54% -
HSV(B) 4.36º 0.92% 1% -
XYZ 41.66 22.44 2.8 -
YUV 99.95 82.89 237.88 -
System Red Green Blue C M Y K H S L
Decimal 254 37 20 0 0.85 0.92 0.00 4.36 0.99 0.54
Hex FE 25 14 0 55 5C 0 4 63 36
Octal 376 45 24 0 125 134 0 4 143 66
Binary 11111110 100101 10100 0 1010101 1011100 0 100 1100011 110110

Color Harmonies of #FE2514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2514

Black with #FE2514

Text Example


Text Example

White with #FE2514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2514; }

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

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

background-color css

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

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

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

border-color css

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

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

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