Html Css Color HEX #FF3404 Scarlet

📋 copy color: '#FF3404'

red 255 ◦ green 52 ◦ blue 4

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

Shades of Scarlet #FF3404

Tints of Scarlet #FF3404

RGB

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

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

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

R = 81.99%
G = 16.72%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF3404 (or 0xFF3404) is known color: Scarlet. HEX triplet: FF, 34 and 04. RGB value is (255,52,4). Sum of RGB (Red+Green+Blue) = 255+52+4=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3404 is #00CBFB. Grayscale: #6B6B6B. Windows color (decimal): -52220 or 275711. OLE color: 275711.

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

Color convert

RGB 255 52 4 -
CMYK 0 0.80 0.98 0
HSL 11.47º 1% 0.51% -
HSV(B) 11.47º 0.98% 1% -
XYZ 42.49 23.72 2.45 -
YUV 107.23 69.75 233.4 -
System Red Green Blue C M Y K H S L
Decimal 255 52 4 0 0.80 0.98 0 11.47 1 0.51
Hex FF 34 4 0 50 62 0 B 64 33
Octal 377 64 4 0 120 142 0 13 144 63
Binary 11111111 110100 100 0 1010000 1100010 0 1011 1100100 110011

Color Harmonies of #FF3404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3404

Black with #FF3404

Text Example


Text Example

White with #FF3404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3404; }

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

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

background-color css

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

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

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

border-color css

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

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

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