Html Css Color HEX #FF1918 Scarlet

📋 copy color: '#FF1918'

red 255 ◦ green 25 ◦ blue 24

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

Shades of Scarlet #FF1918

Tints of Scarlet #FF1918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.22%

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

R = 83.88%
G = 8.22%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF1918 (or 0xFF1918) is known color: Scarlet. HEX triplet: FF, 19 and 18. RGB value is (255,25,24). Sum of RGB (Red+Green+Blue) = 255+25+24=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1918 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1918 is #00E6E7. Grayscale: #5D5D5D. Windows color (decimal): -59112 or 1579519. OLE color: 1579519.

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

Color convert

RGB 255 25 24 -
CMYK 0 0.90 0.91 0
HSL 0.26º 1% 0.55% -
HSV(B) 0.26º 0.91% 1% -
XYZ 41.75 22.02 2.91 -
YUV 93.66 88.7 243.08 -
System Red Green Blue C M Y K H S L
Decimal 255 25 24 0 0.90 0.91 0 0.26 1 0.55
Hex FF 19 18 0 5A 5B 0 0 64 37
Octal 377 31 30 0 132 133 0 0 144 67
Binary 11111111 11001 11000 0 1011010 1011011 0 0 1100100 110111

Color Harmonies of #FF1918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1918

Black with #FF1918

Text Example


Text Example

White with #FF1918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1918; }

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

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

background-color css

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

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

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

border-color css

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

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

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