Html Css Color HEX #F12413 Scarlet

📋 copy color: '#F12413'

red 241 ◦ green 36 ◦ blue 19

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

Shades of Scarlet #F12413

Tints of Scarlet #F12413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.16%

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

R = 81.42%
G = 12.16%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F12413 (or 0xF12413) is known color: Scarlet. HEX triplet: F1, 24 and 13. RGB value is (241,36,19). Sum of RGB (Red+Green+Blue) = 241+36+19=296 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.42% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 241 - color contains mainly: red. Hex color #F12413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12413 is #0EDBEC. Grayscale: #5F5F5F. Windows color (decimal): -973805 or 1254641. OLE color: 1254641.

HSL color Cylindrical-coordinate representation of color #F12413: hue angle of 4.59º 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 #F12413 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 36 19 -
CMYK 0 0.85 0.92 0.05
HSL 4.59º 0.89% 0.51% -
HSV(B) 4.59º 0.92% 0.95% -
XYZ 37.02 20.01 2.53 -
YUV 95.36 84.92 231.88 -
System Red Green Blue C M Y K H S L
Decimal 241 36 19 0 0.85 0.92 0.05 4.59 0.89 0.51
Hex F1 24 13 0 55 5C 5 5 59 33
Octal 361 44 23 0 125 134 5 5 131 63
Binary 11110001 100100 10011 0 1010101 1011100 101 101 1011001 110011

Color Harmonies of #F12413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12413

Black with #F12413

Text Example


Text Example

White with #F12413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12413; }

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

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

background-color css

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

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

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

border-color css

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

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

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