Html Css Color HEX #F12D16 Scarlet

📋 copy color: '#F12D16'

red 241 ◦ green 45 ◦ blue 22

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

Shades of Scarlet #F12D16

Tints of Scarlet #F12D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.14%

R = 78.25%
G = 14.61%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F12D16 (or 0xF12D16) is known color: Scarlet. HEX triplet: F1, 2D and 16. RGB value is (241,45,22). Sum of RGB (Red+Green+Blue) = 241+45+22=308 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.25% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12D16 is #0ED2E9. Grayscale: #656565. Windows color (decimal): -971498 or 1453553. OLE color: 1453553.

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

Color convert

RGB 241 45 22 -
CMYK 0 0.81 0.91 0.05
HSL 6.3º 0.89% 0.52% -
HSV(B) 6.3º 0.91% 0.95% -
XYZ 37.36 20.64 2.77 -
YUV 100.98 83.43 227.87 -
System Red Green Blue C M Y K H S L
Decimal 241 45 22 0 0.81 0.91 0.05 6.3 0.89 0.52
Hex F1 2D 16 0 51 5B 5 6 59 34
Octal 361 55 26 0 121 133 5 6 131 64
Binary 11110001 101101 10110 0 1010001 1011011 101 110 1011001 110100

Color Harmonies of #F12D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12D16

Black with #F12D16

Text Example


Text Example

White with #F12D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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