Html Css Color HEX #FF2919 Scarlet

📋 copy color: '#FF2919'

red 255 ◦ green 41 ◦ blue 25

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

Shades of Scarlet #FF2919

Tints of Scarlet #FF2919

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.77%

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

R = 79.44%
G = 12.77%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF2919 (or 0xFF2919) is known color: Scarlet. HEX triplet: FF, 29 and 19. RGB value is (255,41,25). Sum of RGB (Red+Green+Blue) = 255+41+25=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2919 is #00D6E6. Grayscale: #676767. Windows color (decimal): -55015 or 1649151. OLE color: 1649151.

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

Color convert

RGB 255 41 25 -
CMYK 0 0.84 0.90 0
HSL 4.17º 1% 0.55% -
HSV(B) 4.17º 0.9% 1% -
XYZ 42.21 22.92 3.12 -
YUV 103.16 83.9 236.3 -
System Red Green Blue C M Y K H S L
Decimal 255 41 25 0 0.84 0.90 0 4.17 1 0.55
Hex FF 29 19 0 54 5A 0 4 64 37
Octal 377 51 31 0 124 132 0 4 144 67
Binary 11111111 101001 11001 0 1010100 1011010 0 100 1100100 110111

Color Harmonies of #FF2919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2919

Black with #FF2919

Text Example


Text Example

White with #FF2919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2919; }

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

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

background-color css

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

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

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

border-color css

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

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

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