Html Css Color HEX #F13512 Scarlet

📋 copy color: '#F13512'

red 241 ◦ green 53 ◦ blue 18

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

Shades of Scarlet #F13512

Tints of Scarlet #F13512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.99%

 BLUE value IS 18 (7.42% from 255) = 5.77%

R = 77.24%
G = 16.99%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F13512 (or 0xF13512) is known color: Scarlet. HEX triplet: F1, 35 and 12. RGB value is (241,53,18). Sum of RGB (Red+Green+Blue) = 241+53+18=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F13512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13512 is #0ECAED. Grayscale: #696969. Windows color (decimal): -969454 or 1193457. OLE color: 1193457.

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

Color convert

RGB 241 53 18 -
CMYK 0 0.78 0.93 0.05
HSL 9.42º 0.89% 0.51% -
HSV(B) 9.42º 0.93% 0.95% -
XYZ 37.66 21.29 2.7 -
YUV 105.22 78.78 224.85 -
System Red Green Blue C M Y K H S L
Decimal 241 53 18 0 0.78 0.93 0.05 9.42 0.89 0.51
Hex F1 35 12 0 4E 5D 5 9 59 33
Octal 361 65 22 0 116 135 5 11 131 63
Binary 11110001 110101 10010 0 1001110 1011101 101 1001 1011001 110011

Color Harmonies of #F13512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13512

Black with #F13512

Text Example


Text Example

White with #F13512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13512; }

 p { color: rgb(241,53,18); }

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

background-color css

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

 a { background-color: rgb(241,53,18); }

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

border-color css

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

 span { border-color: rgb(241,53,18); }

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