Html Css Color HEX #FE3404 Scarlet

📋 copy color: '#FE3404'

red 254 ◦ green 52 ◦ blue 4

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

Shades of Scarlet #FE3404

Tints of Scarlet #FE3404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 81.94%
G = 16.77%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE3404 (or 0xFE3404) is known color: Scarlet. HEX triplet: FE, 34 and 04. RGB value is (254,52,4). Sum of RGB (Red+Green+Blue) = 254+52+4=310 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.94% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3404 is #01CBFB. Grayscale: #6B6B6B. Windows color (decimal): -117756 or 275710. OLE color: 275710.

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

Color convert

RGB 254 52 4 -
CMYK 0 0.80 0.98 0.00
HSL 11.52º 0.99% 0.51% -
HSV(B) 11.52º 0.98% 1% -
XYZ 42.12 23.54 2.44 -
YUV 106.93 69.92 232.9 -
System Red Green Blue C M Y K H S L
Decimal 254 52 4 0 0.80 0.98 0.00 11.52 0.99 0.51
Hex FE 34 4 0 50 62 0 C 63 33
Octal 376 64 4 0 120 142 0 14 143 63
Binary 11111110 110100 100 0 1010000 1100010 0 1100 1100011 110011

Color Harmonies of #FE3404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3404

Black with #FE3404

Text Example


Text Example

White with #FE3404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3404; }

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

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

background-color css

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

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

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

border-color css

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

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

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