Html Css Color HEX #FF3210 Scarlet

📋 copy color: '#FF3210'

red 255 ◦ green 50 ◦ blue 16

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

Shades of Scarlet #FF3210

Tints of Scarlet #FF3210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.98%

R = 79.44%
G = 15.58%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF3210 (or 0xFF3210) is known color: Scarlet. HEX triplet: FF, 32 and 10. RGB value is (255,50,16). Sum of RGB (Red+Green+Blue) = 255+50+16=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3210 is #00CDEF. Grayscale: #6B6B6B. Windows color (decimal): -52720 or 1061631. OLE color: 1061631.

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

Color convert

RGB 255 50 16 -
CMYK 0 0.80 0.94 0
HSL 8.54º 1% 0.53% -
HSV(B) 8.54º 0.94% 1% -
XYZ 42.47 23.58 2.8 -
YUV 107.42 76.42 233.26 -
System Red Green Blue C M Y K H S L
Decimal 255 50 16 0 0.80 0.94 0 8.54 1 0.53
Hex FF 32 10 0 50 5E 0 9 64 35
Octal 377 62 20 0 120 136 0 11 144 65
Binary 11111111 110010 10000 0 1010000 1011110 0 1001 1100100 110101

Color Harmonies of #FF3210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3210

Black with #FF3210

Text Example


Text Example

White with #FF3210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3210; }

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

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

background-color css

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

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

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

border-color css

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

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

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