Html Css Color HEX #FF3112 Scarlet

📋 copy color: '#FF3112'

red 255 ◦ green 49 ◦ blue 18

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

Shades of Scarlet #FF3112

Tints of Scarlet #FF3112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.59%

R = 79.19%
G = 15.22%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF3112 (or 0xFF3112) is known color: Scarlet. HEX triplet: FF, 31 and 12. RGB value is (255,49,18). Sum of RGB (Red+Green+Blue) = 255+49+18=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3112 is #00CEED. Grayscale: #6B6B6B. Windows color (decimal): -52974 or 1192447. OLE color: 1192447.

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

Color convert

RGB 255 49 18 -
CMYK 0 0.81 0.93 0
HSL 7.85º 1% 0.54% -
HSV(B) 7.85º 0.93% 1% -
XYZ 42.45 23.5 2.87 -
YUV 107.06 77.75 233.52 -
System Red Green Blue C M Y K H S L
Decimal 255 49 18 0 0.81 0.93 0 7.85 1 0.54
Hex FF 31 12 0 51 5D 0 8 64 36
Octal 377 61 22 0 121 135 0 10 144 66
Binary 11111111 110001 10010 0 1010001 1011101 0 1000 1100100 110110

Color Harmonies of #FF3112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3112

Black with #FF3112

Text Example


Text Example

White with #FF3112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3112; }

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

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

background-color css

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

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

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

border-color css

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

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

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