Html Css Color HEX #FF2918 Scarlet

📋 copy color: '#FF2918'

red 255 ◦ green 41 ◦ blue 24

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

Shades of Scarlet #FF2918

Tints of Scarlet #FF2918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.5%

R = 79.69%
G = 12.81%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF2918 (or 0xFF2918) is known color: Scarlet. HEX triplet: FF, 29 and 18. RGB value is (255,41,24). Sum of RGB (Red+Green+Blue) = 255+41+24=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2918 is #00D6E7. Grayscale: #676767. Windows color (decimal): -55016 or 1583615. OLE color: 1583615.

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

Color convert

RGB 255 41 24 -
CMYK 0 0.84 0.91 0
HSL 4.42º 1% 0.55% -
HSV(B) 4.42º 0.91% 1% -
XYZ 42.2 22.91 3.06 -
YUV 103.05 83.4 236.38 -
System Red Green Blue C M Y K H S L
Decimal 255 41 24 0 0.84 0.91 0 4.42 1 0.55
Hex FF 29 18 0 54 5B 0 4 64 37
Octal 377 51 30 0 124 133 0 4 144 67
Binary 11111111 101001 11000 0 1010100 1011011 0 100 1100100 110111

Color Harmonies of #FF2918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2918

Black with #FF2918

Text Example


Text Example

White with #FF2918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2918; }

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

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

background-color css

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

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

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

border-color css

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

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

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