Html Css Color HEX #FF3118 Scarlet

📋 copy color: '#FF3118'

red 255 ◦ green 49 ◦ blue 24

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

Shades of Scarlet #FF3118

Tints of Scarlet #FF3118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.94%

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

R = 77.74%
G = 14.94%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF3118 (or 0xFF3118) is known color: Scarlet. HEX triplet: FF, 31 and 18. RGB value is (255,49,24). Sum of RGB (Red+Green+Blue) = 255+49+24=328 (43% of max value = 765). Red value is 255 (100% from 255 or 77.74% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3118 is #00CEE7. Grayscale: #6C6C6C. Windows color (decimal): -52968 or 1585663. OLE color: 1585663.

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

Color convert

RGB 255 49 24 -
CMYK 0 0.81 0.91 0
HSL 6.49º 1% 0.55% -
HSV(B) 6.49º 0.91% 1% -
XYZ 42.5 23.52 3.16 -
YUV 107.74 80.75 233.03 -
System Red Green Blue C M Y K H S L
Decimal 255 49 24 0 0.81 0.91 0 6.49 1 0.55
Hex FF 31 18 0 51 5B 0 6 64 37
Octal 377 61 30 0 121 133 0 6 144 67
Binary 11111111 110001 11000 0 1010001 1011011 0 110 1100100 110111

Color Harmonies of #FF3118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3118

Black with #FF3118

Text Example


Text Example

White with #FF3118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3118; }

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

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

background-color css

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

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

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

border-color css

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

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

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