Html Css Color HEX #FF3304 Scarlet

📋 copy color: '#FF3304'

red 255 ◦ green 51 ◦ blue 4

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

Shades of Scarlet #FF3304

Tints of Scarlet #FF3304

RGB

 RED value IS 255 (100% from 255) = 82.26%

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

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

R = 82.26%
G = 16.45%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF3304 (or 0xFF3304) is known color: Scarlet. HEX triplet: FF, 33 and 04. RGB value is (255,51,4). Sum of RGB (Red+Green+Blue) = 255+51+4=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3304 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3304 is #00CCFB. Grayscale: #6B6B6B. Windows color (decimal): -52476 or 275455. OLE color: 275455.

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

Color convert

RGB 255 51 4 -
CMYK 0 0.8 0.98 0
HSL 11.24º 1% 0.51% -
HSV(B) 11.24º 0.98% 1% -
XYZ 42.45 23.64 2.44 -
YUV 106.64 70.09 233.82 -
System Red Green Blue C M Y K H S L
Decimal 255 51 4 0 0.8 0.98 0 11.24 1 0.51
Hex FF 33 4 0 50 62 0 B 64 33
Octal 377 63 4 0 120 142 0 13 144 63
Binary 11111111 110011 100 0 1010000 1100010 0 1011 1100100 110011

Color Harmonies of #FF3304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3304

Black with #FF3304

Text Example


Text Example

White with #FF3304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3304; }

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

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

background-color css

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

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

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

border-color css

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

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

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