Html Css Color HEX #FF2319 Scarlet

📋 copy color: '#FF2319'

red 255 ◦ green 35 ◦ blue 25

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

Shades of Scarlet #FF2319

Tints of Scarlet #FF2319

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.11%

 BLUE value IS 25 (10.16% from 255) = 7.94%

R = 80.95%
G = 11.11%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF2319 (or 0xFF2319) is known color: Scarlet. HEX triplet: FF, 23 and 19. RGB value is (255,35,25). Sum of RGB (Red+Green+Blue) = 255+35+25=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2319 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2319 is #00DCE6. Grayscale: #636363. Windows color (decimal): -56551 or 1647615. OLE color: 1647615.

HSL color Cylindrical-coordinate representation of color #FF2319: hue angle of 2.61º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF2319 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 35 25 -
CMYK 0 0.86 0.90 0
HSL 2.61º 1% 0.55% -
HSV(B) 2.61º 0.9% 1% -
XYZ 42.02 22.53 3.05 -
YUV 99.64 85.89 238.81 -
System Red Green Blue C M Y K H S L
Decimal 255 35 25 0 0.86 0.90 0 2.61 1 0.55
Hex FF 23 19 0 56 5A 0 3 64 37
Octal 377 43 31 0 126 132 0 3 144 67
Binary 11111111 100011 11001 0 1010110 1011010 0 11 1100100 110111

Color Harmonies of #FF2319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2319

Black with #FF2319

Text Example


Text Example

White with #FF2319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2319; }

 p { color: rgb(255,35,25); }

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

background-color css

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

 a { background-color: rgb(255,35,25); }

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

border-color css

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

 span { border-color: rgb(255,35,25); }

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