Html Css Color HEX #F12D11 Scarlet

📋 copy color: '#F12D11'

red 241 ◦ green 45 ◦ blue 17

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

Shades of Scarlet #F12D11

Tints of Scarlet #F12D11

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.85%

 BLUE value IS 17 (7.03% from 255) = 5.61%

R = 79.54%
G = 14.85%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F12D11 (or 0xF12D11) is known color: Scarlet. HEX triplet: F1, 2D and 11. RGB value is (241,45,17). Sum of RGB (Red+Green+Blue) = 241+45+17=303 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.54% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12D11 is #0ED2EE. Grayscale: #646464. Windows color (decimal): -971503 or 1125873. OLE color: 1125873.

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

Color convert

RGB 241 45 17 -
CMYK 0 0.81 0.93 0.05
HSL 7.5º 0.89% 0.51% -
HSV(B) 7.5º 0.93% 0.95% -
XYZ 37.32 20.62 2.54 -
YUV 100.41 80.93 228.28 -
System Red Green Blue C M Y K H S L
Decimal 241 45 17 0 0.81 0.93 0.05 7.5 0.89 0.51
Hex F1 2D 11 0 51 5D 5 8 59 33
Octal 361 55 21 0 121 135 5 10 131 63
Binary 11110001 101101 10001 0 1010001 1011101 101 1000 1011001 110011

Color Harmonies of #F12D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12D11

Black with #F12D11

Text Example


Text Example

White with #F12D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12D11; }

 p { color: rgb(241,45,17); }

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

background-color css

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

 a { background-color: rgb(241,45,17); }

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

border-color css

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

 span { border-color: rgb(241,45,17); }

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