Html Css Color HEX #F13212 Scarlet

📋 copy color: '#F13212'

red 241 ◦ green 50 ◦ blue 18

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

Shades of Scarlet #F13212

Tints of Scarlet #F13212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.18%

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

R = 77.99%
G = 16.18%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F13212 (or 0xF13212) is known color: Scarlet. HEX triplet: F1, 32 and 12. RGB value is (241,50,18). Sum of RGB (Red+Green+Blue) = 241+50+18=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F13212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13212 is #0ECDED. Grayscale: #676767. Windows color (decimal): -970222 or 1192689. OLE color: 1192689.

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

Color convert

RGB 241 50 18 -
CMYK 0 0.79 0.93 0.05
HSL 8.61º 0.89% 0.51% -
HSV(B) 8.61º 0.93% 0.95% -
XYZ 37.53 21.03 2.65 -
YUV 103.46 79.78 226.1 -
System Red Green Blue C M Y K H S L
Decimal 241 50 18 0 0.79 0.93 0.05 8.61 0.89 0.51
Hex F1 32 12 0 4F 5D 5 9 59 33
Octal 361 62 22 0 117 135 5 11 131 63
Binary 11110001 110010 10010 0 1001111 1011101 101 1001 1011001 110011

Color Harmonies of #F13212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13212

Black with #F13212

Text Example


Text Example

White with #F13212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13212; }

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

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

background-color css

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

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

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

border-color css

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

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

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