Html Css Color HEX #FE3304 Scarlet

📋 copy color: '#FE3304'

red 254 ◦ green 51 ◦ blue 4

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

Shades of Scarlet #FE3304

Tints of Scarlet #FE3304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.5%

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

R = 82.2%
G = 16.5%
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

#FE3304 (or 0xFE3304) is known color: Scarlet. HEX triplet: FE, 33 and 04. RGB value is (254,51,4). Sum of RGB (Red+Green+Blue) = 254+51+4=309 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.20% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3304 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3304 is #01CCFB. Grayscale: #6A6A6A. Windows color (decimal): -118012 or 275454. OLE color: 275454.

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

Color convert

RGB 254 51 4 -
CMYK 0 0.80 0.98 0.00
HSL 11.28º 0.99% 0.51% -
HSV(B) 11.28º 0.98% 1% -
XYZ 42.08 23.45 2.42 -
YUV 106.34 70.25 233.32 -
System Red Green Blue C M Y K H S L
Decimal 254 51 4 0 0.80 0.98 0.00 11.28 0.99 0.51
Hex FE 33 4 0 50 62 0 B 63 33
Octal 376 63 4 0 120 142 0 13 143 63
Binary 11111110 110011 100 0 1010000 1100010 0 1011 1100011 110011

Color Harmonies of #FE3304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3304

Black with #FE3304

Text Example


Text Example

White with #FE3304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3304; }

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

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

background-color css

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

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

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

border-color css

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

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

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