Html Css Color HEX #FF3409 Scarlet

📋 copy color: '#FF3409'

red 255 ◦ green 52 ◦ blue 9

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

Shades of Scarlet #FF3409

Tints of Scarlet #FF3409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.85%

R = 80.7%
G = 16.46%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF3409 (or 0xFF3409) is known color: Scarlet. HEX triplet: FF, 34 and 09. RGB value is (255,52,9). Sum of RGB (Red+Green+Blue) = 255+52+9=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 9 (3.91% from 255 or 2.85% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3409 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3409 is #00CBF6. Grayscale: #6C6C6C. Windows color (decimal): -52215 or 603391. OLE color: 603391.

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

Color convert

RGB 255 52 9 -
CMYK 0 0.80 0.96 0
HSL 10.49º 1% 0.52% -
HSV(B) 10.49º 0.96% 1% -
XYZ 42.52 23.74 2.6 -
YUV 107.8 72.25 233 -
System Red Green Blue C M Y K H S L
Decimal 255 52 9 0 0.80 0.96 0 10.49 1 0.52
Hex FF 34 9 0 50 60 0 A 64 34
Octal 377 64 11 0 120 140 0 12 144 64
Binary 11111111 110100 1001 0 1010000 1100000 0 1010 1100100 110100

Color Harmonies of #FF3409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3409

Black with #FF3409

Text Example


Text Example

White with #FF3409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3409; }

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

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

background-color css

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

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

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

border-color css

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

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

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