Html Css Color HEX #FF2418 Scarlet

📋 copy color: '#FF2418'

red 255 ◦ green 36 ◦ blue 24

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

Shades of Scarlet #FF2418

Tints of Scarlet #FF2418

RGB

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

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

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

R = 80.95%
G = 11.43%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF2418 (or 0xFF2418) is known color: Scarlet. HEX triplet: FF, 24 and 18. RGB value is (255,36,24). Sum of RGB (Red+Green+Blue) = 255+36+24=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2418 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2418 is #00DBE7. Grayscale: #646464. Windows color (decimal): -56296 or 1582335. OLE color: 1582335.

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

Color convert

RGB 255 36 24 -
CMYK 0 0.86 0.91 0
HSL 3.12º 1% 0.55% -
HSV(B) 3.12º 0.91% 1% -
XYZ 42.04 22.59 3.01 -
YUV 100.11 85.05 238.48 -
System Red Green Blue C M Y K H S L
Decimal 255 36 24 0 0.86 0.91 0 3.12 1 0.55
Hex FF 24 18 0 56 5B 0 3 64 37
Octal 377 44 30 0 126 133 0 3 144 67
Binary 11111111 100100 11000 0 1010110 1011011 0 11 1100100 110111

Color Harmonies of #FF2418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2418

Black with #FF2418

Text Example


Text Example

White with #FF2418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2418; }

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

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

background-color css

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

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

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

border-color css

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

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

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