Html Css Color HEX #F12913 Scarlet

📋 copy color: '#F12913'

red 241 ◦ green 41 ◦ blue 19

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

Shades of Scarlet #F12913

Tints of Scarlet #F12913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.62%

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

R = 80.07%
G = 13.62%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F12913 (or 0xF12913) is known color: Scarlet. HEX triplet: F1, 29 and 13. RGB value is (241,41,19). Sum of RGB (Red+Green+Blue) = 241+41+19=301 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.07% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 241 - color contains mainly: red. Hex color #F12913 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12913 is #0ED6EC. Grayscale: #626262. Windows color (decimal): -972525 or 1255921. OLE color: 1255921.

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

Color convert

RGB 241 41 19 -
CMYK 0 0.83 0.92 0.05
HSL 5.95º 0.89% 0.51% -
HSV(B) 5.95º 0.92% 0.95% -
XYZ 37.19 20.33 2.58 -
YUV 98.29 83.26 229.79 -
System Red Green Blue C M Y K H S L
Decimal 241 41 19 0 0.83 0.92 0.05 5.95 0.89 0.51
Hex F1 29 13 0 53 5C 5 6 59 33
Octal 361 51 23 0 123 134 5 6 131 63
Binary 11110001 101001 10011 0 1010011 1011100 101 110 1011001 110011

Color Harmonies of #F12913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12913

Black with #F12913

Text Example


Text Example

White with #F12913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12913; }

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

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

background-color css

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

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

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

border-color css

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

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

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