Html Css Color HEX #FF3010 Scarlet

📋 copy color: '#FF3010'

red 255 ◦ green 48 ◦ blue 16

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

Shades of Scarlet #FF3010

Tints of Scarlet #FF3010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.05%

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

R = 79.94%
G = 15.05%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF3010 (or 0xFF3010) is known color: Scarlet. HEX triplet: FF, 30 and 10. RGB value is (255,48,16). Sum of RGB (Red+Green+Blue) = 255+48+16=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3010 is #00CFEF. Grayscale: #6A6A6A. Windows color (decimal): -53232 or 1061119. OLE color: 1061119.

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

Color convert

RGB 255 48 16 -
CMYK 0 0.81 0.94 0
HSL 8.03º 1% 0.53% -
HSV(B) 8.03º 0.94% 1% -
XYZ 42.39 23.41 2.77 -
YUV 106.25 77.08 234.1 -
System Red Green Blue C M Y K H S L
Decimal 255 48 16 0 0.81 0.94 0 8.03 1 0.53
Hex FF 30 10 0 51 5E 0 8 64 35
Octal 377 60 20 0 121 136 0 10 144 65
Binary 11111111 110000 10000 0 1010001 1011110 0 1000 1100100 110101

Color Harmonies of #FF3010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3010

Black with #FF3010

Text Example


Text Example

White with #FF3010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3010; }

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

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

background-color css

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

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

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

border-color css

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

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

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