Html Css Color HEX #FF2503 Scarlet

📋 copy color: '#FF2503'

red 255 ◦ green 37 ◦ blue 3

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

Shades of Scarlet #FF2503

Tints of Scarlet #FF2503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.02%

R = 86.44%
G = 12.54%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF2503 (or 0xFF2503) is known color: Scarlet. HEX triplet: FF, 25 and 03. RGB value is (255,37,3). Sum of RGB (Red+Green+Blue) = 255+37+3=295 (39% of max value = 765). Red value is 255 (100% from 255 or 86.44% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2503 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2503 is #00DAFC. Grayscale: #626262. Windows color (decimal): -56061 or 206335. OLE color: 206335.

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

Color convert

RGB 255 37 3 -
CMYK 0 0.85 0.99 0
HSL 8.1º 1% 0.51% -
HSV(B) 8.1º 0.99% 1% -
XYZ 41.92 22.59 2.24 -
YUV 98.31 74.22 239.76 -
System Red Green Blue C M Y K H S L
Decimal 255 37 3 0 0.85 0.99 0 8.1 1 0.51
Hex FF 25 3 0 55 63 0 8 64 33
Octal 377 45 3 0 125 143 0 10 144 63
Binary 11111111 100101 11 0 1010101 1100011 0 1000 1100100 110011

Color Harmonies of #FF2503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2503

Black with #FF2503

Text Example


Text Example

White with #FF2503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2503; }

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

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

background-color css

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

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

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

border-color css

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

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

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