Html Css Color HEX #FF3310 Scarlet

📋 copy color: '#FF3310'

red 255 ◦ green 51 ◦ blue 16

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

Shades of Scarlet #FF3310

Tints of Scarlet #FF3310

RGB

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

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

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

R = 79.19%
G = 15.84%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF3310 (or 0xFF3310) is known color: Scarlet. HEX triplet: FF, 33 and 10. RGB value is (255,51,16). Sum of RGB (Red+Green+Blue) = 255+51+16=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3310 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3310 is #00CCEF. Grayscale: #6C6C6C. Windows color (decimal): -52464 or 1061887. OLE color: 1061887.

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

Color convert

RGB 255 51 16 -
CMYK 0 0.8 0.94 0
HSL 8.79º 1% 0.53% -
HSV(B) 8.79º 0.94% 1% -
XYZ 42.52 23.67 2.82 -
YUV 108.01 76.09 232.85 -
System Red Green Blue C M Y K H S L
Decimal 255 51 16 0 0.8 0.94 0 8.79 1 0.53
Hex FF 33 10 0 50 5E 0 9 64 35
Octal 377 63 20 0 120 136 0 11 144 65
Binary 11111111 110011 10000 0 1010000 1011110 0 1001 1100100 110101

Color Harmonies of #FF3310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3310

Black with #FF3310

Text Example


Text Example

White with #FF3310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3310; }

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

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

background-color css

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

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

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

border-color css

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

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

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