Html Css Color HEX #FF2419 Scarlet

📋 copy color: '#FF2419'

red 255 ◦ green 36 ◦ blue 25

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

Shades of Scarlet #FF2419

Tints of Scarlet #FF2419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.39%

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

R = 80.7%
G = 11.39%
B = 7.91%

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

#FF2419 (or 0xFF2419) is known color: Scarlet. HEX triplet: FF, 24 and 19. RGB value is (255,36,25). Sum of RGB (Red+Green+Blue) = 255+36+25=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2419 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2419 is #00DBE6. Grayscale: #646464. Windows color (decimal): -56295 or 1647871. OLE color: 1647871.

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

Color convert

RGB 255 36 25 -
CMYK 0 0.86 0.90 0
HSL 2.87º 1% 0.55% -
HSV(B) 2.87º 0.9% 1% -
XYZ 42.05 22.59 3.06 -
YUV 100.23 85.55 238.39 -
System Red Green Blue C M Y K H S L
Decimal 255 36 25 0 0.86 0.90 0 2.87 1 0.55
Hex FF 24 19 0 56 5A 0 3 64 37
Octal 377 44 31 0 126 132 0 3 144 67
Binary 11111111 100100 11001 0 1010110 1011010 0 11 1100100 110111

Color Harmonies of #FF2419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2419

Black with #FF2419

Text Example


Text Example

White with #FF2419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2419; }

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

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

background-color css

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

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

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

border-color css

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

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

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