Html Css Color HEX #F12F13 Scarlet

📋 copy color: '#F12F13'

red 241 ◦ green 47 ◦ blue 19

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

Shades of Scarlet #F12F13

Tints of Scarlet #F12F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.19%

R = 78.5%
G = 15.31%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F12F13 (or 0xF12F13) is known color: Scarlet. HEX triplet: F1, 2F and 13. RGB value is (241,47,19). Sum of RGB (Red+Green+Blue) = 241+47+19=307 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.50% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12F13 is #0ED0EC. Grayscale: #666666. Windows color (decimal): -970989 or 1257457. OLE color: 1257457.

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

Color convert

RGB 241 47 19 -
CMYK 0 0.80 0.92 0.05
HSL 7.57º 0.89% 0.51% -
HSV(B) 7.57º 0.92% 0.95% -
XYZ 37.41 20.78 2.66 -
YUV 101.81 81.27 227.28 -
System Red Green Blue C M Y K H S L
Decimal 241 47 19 0 0.80 0.92 0.05 7.57 0.89 0.51
Hex F1 2F 13 0 50 5C 5 8 59 33
Octal 361 57 23 0 120 134 5 10 131 63
Binary 11110001 101111 10011 0 1010000 1011100 101 1000 1011001 110011

Color Harmonies of #F12F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F13

Black with #F12F13

Text Example


Text Example

White with #F12F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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