Html Css Color HEX #FF2510 Scarlet

📋 copy color: '#FF2510'

red 255 ◦ green 37 ◦ blue 16

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

Shades of Scarlet #FF2510

Tints of Scarlet #FF2510

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.01%

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

R = 82.79%
G = 12.01%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF2510 (or 0xFF2510) is known color: Scarlet. HEX triplet: FF, 25 and 10. RGB value is (255,37,16). Sum of RGB (Red+Green+Blue) = 255+37+16=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2510 is #00DAEF. Grayscale: #646464. Windows color (decimal): -56048 or 1058303. OLE color: 1058303.

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

Color convert

RGB 255 37 16 -
CMYK 0 0.85 0.94 0
HSL 5.27º 1% 0.53% -
HSV(B) 5.27º 0.94% 1% -
XYZ 42 22.62 2.64 -
YUV 99.79 80.72 238.71 -
System Red Green Blue C M Y K H S L
Decimal 255 37 16 0 0.85 0.94 0 5.27 1 0.53
Hex FF 25 10 0 55 5E 0 5 64 35
Octal 377 45 20 0 125 136 0 5 144 65
Binary 11111111 100101 10000 0 1010101 1011110 0 101 1100100 110101

Color Harmonies of #FF2510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2510

Black with #FF2510

Text Example


Text Example

White with #FF2510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2510; }

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

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

background-color css

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

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

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

border-color css

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

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

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