Html Css Color HEX #F12F15 Scarlet

📋 copy color: '#F12F15'

red 241 ◦ green 47 ◦ blue 21

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

Shades of Scarlet #F12F15

Tints of Scarlet #F12F15

RGB

 RED value IS 241 (94.53% from 255) = 77.99%

 GREEN value IS 47 (18.75% from 255) = 15.21%

 BLUE value IS 21 (8.59% from 255) = 6.8%

R = 77.99%
G = 15.21%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F12F15 (or 0xF12F15) is known color: Scarlet. HEX triplet: F1, 2F and 15. RGB value is (241,47,21). Sum of RGB (Red+Green+Blue) = 241+47+21=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12F15 is #0ED0EA. Grayscale: #666666. Windows color (decimal): -970987 or 1388529. OLE color: 1388529.

HSL color Cylindrical-coordinate representation of color #F12F15: hue angle of 7.09º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F12F15 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 47 21 -
CMYK 0 0.80 0.91 0.05
HSL 7.09º 0.89% 0.51% -
HSV(B) 7.09º 0.91% 0.95% -
XYZ 37.43 20.79 2.75 -
YUV 102.04 82.27 227.11 -
System Red Green Blue C M Y K H S L
Decimal 241 47 21 0 0.80 0.91 0.05 7.09 0.89 0.51
Hex F1 2F 15 0 50 5B 5 7 59 33
Octal 361 57 25 0 120 133 5 7 131 63
Binary 11110001 101111 10101 0 1010000 1011011 101 111 1011001 110011

Color Harmonies of #F12F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F15

Black with #F12F15

Text Example


Text Example

White with #F12F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F15; }

 p { color: rgb(241,47,21); }

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

background-color css

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

 a { background-color: rgb(241,47,21); }

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

border-color css

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

 span { border-color: rgb(241,47,21); }

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