Html Css Color HEX #F12613 Scarlet

📋 copy color: '#F12613'

red 241 ◦ green 38 ◦ blue 19

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

Shades of Scarlet #F12613

Tints of Scarlet #F12613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.75%

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

R = 80.87%
G = 12.75%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F12613 (or 0xF12613) is known color: Scarlet. HEX triplet: F1, 26 and 13. RGB value is (241,38,19). Sum of RGB (Red+Green+Blue) = 241+38+19=298 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.87% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 241 - color contains mainly: red. Hex color #F12613 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12613 is #0ED9EC. Grayscale: #606060. Windows color (decimal): -973293 or 1255153. OLE color: 1255153.

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

Color convert

RGB 241 38 19 -
CMYK 0 0.84 0.92 0.05
HSL 5.14º 0.89% 0.51% -
HSV(B) 5.14º 0.92% 0.95% -
XYZ 37.09 20.13 2.55 -
YUV 96.53 84.25 231.04 -
System Red Green Blue C M Y K H S L
Decimal 241 38 19 0 0.84 0.92 0.05 5.14 0.89 0.51
Hex F1 26 13 0 54 5C 5 5 59 33
Octal 361 46 23 0 124 134 5 5 131 63
Binary 11110001 100110 10011 0 1010100 1011100 101 101 1011001 110011

Color Harmonies of #F12613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12613

Black with #F12613

Text Example


Text Example

White with #F12613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12613; }

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

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

background-color css

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

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

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

border-color css

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

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

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