Html Css Color HEX #FE3414 Scarlet

📋 copy color: '#FE3414'

red 254 ◦ green 52 ◦ blue 20

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

Shades of Scarlet #FE3414

Tints of Scarlet #FE3414

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.95%

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

R = 77.91%
G = 15.95%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE3414 (or 0xFE3414) is known color: Scarlet. HEX triplet: FE, 34 and 14. RGB value is (254,52,20). Sum of RGB (Red+Green+Blue) = 254+52+20=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3414 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3414 is #01CBEB. Grayscale: #6D6D6D. Windows color (decimal): -117740 or 1324286. OLE color: 1324286.

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

Color convert

RGB 254 52 20 -
CMYK 0 0.80 0.92 0.00
HSL 8.21º 0.99% 0.54% -
HSV(B) 8.21º 0.92% 1% -
XYZ 42.23 23.58 2.99 -
YUV 108.75 77.92 231.6 -
System Red Green Blue C M Y K H S L
Decimal 254 52 20 0 0.80 0.92 0.00 8.21 0.99 0.54
Hex FE 34 14 0 50 5C 0 8 63 36
Octal 376 64 24 0 120 134 0 10 143 66
Binary 11111110 110100 10100 0 1010000 1011100 0 1000 1100011 110110

Color Harmonies of #FE3414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3414

Black with #FE3414

Text Example


Text Example

White with #FE3414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3414; }

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

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

background-color css

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

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

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

border-color css

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

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

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