Html Css Color HEX #FF3209 Scarlet

📋 copy color: '#FF3209'

red 255 ◦ green 50 ◦ blue 9

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

Shades of Scarlet #FF3209

Tints of Scarlet #FF3209

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.92%

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

R = 81.21%
G = 15.92%
B = 2.87%

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

#FF3209 (or 0xFF3209) is known color: Scarlet. HEX triplet: FF, 32 and 09. RGB value is (255,50,9). Sum of RGB (Red+Green+Blue) = 255+50+9=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3209 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3209 is #00CDF6. Grayscale: #6A6A6A. Windows color (decimal): -52727 or 602879. OLE color: 602879.

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

Color convert

RGB 255 50 9 -
CMYK 0 0.80 0.96 0
HSL 10º 1% 0.52% -
HSV(B) 10º 0.96% 1% -
XYZ 42.43 23.56 2.57 -
YUV 106.62 72.92 233.83 -
System Red Green Blue C M Y K H S L
Decimal 255 50 9 0 0.80 0.96 0 10 1 0.52
Hex FF 32 9 0 50 60 0 A 64 34
Octal 377 62 11 0 120 140 0 12 144 64
Binary 11111111 110010 1001 0 1010000 1100000 0 1010 1100100 110100

Color Harmonies of #FF3209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3209

Black with #FF3209

Text Example


Text Example

White with #FF3209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3209; }

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

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

background-color css

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

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

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

border-color css

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

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

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