Html Css Color HEX #FF1F12 Scarlet

📋 copy color: '#FF1F12'

red 255 ◦ green 31 ◦ blue 18

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

Shades of Scarlet #FF1F12

Tints of Scarlet #FF1F12

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.2%

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

R = 83.88%
G = 10.2%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF1F12 (or 0xFF1F12) is known color: Scarlet. HEX triplet: FF, 1F and 12. RGB value is (255,31,18). Sum of RGB (Red+Green+Blue) = 255+31+18=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1F12 is #00E0ED. Grayscale: #606060. Windows color (decimal): -57582 or 1187839. OLE color: 1187839.

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

Color convert

RGB 255 31 18 -
CMYK 0 0.88 0.93 0
HSL 3.29º 1% 0.54% -
HSV(B) 3.29º 0.93% 1% -
XYZ 41.84 22.28 2.67 -
YUV 96.49 83.71 241.06 -
System Red Green Blue C M Y K H S L
Decimal 255 31 18 0 0.88 0.93 0 3.29 1 0.54
Hex FF 1F 12 0 58 5D 0 3 64 36
Octal 377 37 22 0 130 135 0 3 144 66
Binary 11111111 11111 10010 0 1011000 1011101 0 11 1100100 110110

Color Harmonies of #FF1F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1F12

Black with #FF1F12

Text Example


Text Example

White with #FF1F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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