Html Css Color HEX #F13312 Scarlet

📋 copy color: '#F13312'

red 241 ◦ green 51 ◦ blue 18

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

Shades of Scarlet #F13312

Tints of Scarlet #F13312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.45%

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

R = 77.74%
G = 16.45%
B = 5.81%

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

#F13312 (or 0xF13312) is known color: Scarlet. HEX triplet: F1, 33 and 12. RGB value is (241,51,18). Sum of RGB (Red+Green+Blue) = 241+51+18=310 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.74% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 241 - color contains mainly: red. Hex color #F13312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13312 is #0ECCED. Grayscale: #686868. Windows color (decimal): -969966 or 1192945. OLE color: 1192945.

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

Color convert

RGB 241 51 18 -
CMYK 0 0.79 0.93 0.05
HSL 8.88º 0.89% 0.51% -
HSV(B) 8.88º 0.93% 0.95% -
XYZ 37.57 21.11 2.67 -
YUV 104.05 79.45 225.68 -
System Red Green Blue C M Y K H S L
Decimal 241 51 18 0 0.79 0.93 0.05 8.88 0.89 0.51
Hex F1 33 12 0 4F 5D 5 9 59 33
Octal 361 63 22 0 117 135 5 11 131 63
Binary 11110001 110011 10010 0 1001111 1011101 101 1001 1011001 110011

Color Harmonies of #F13312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13312

Black with #F13312

Text Example


Text Example

White with #F13312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13312; }

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

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

background-color css

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

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

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

border-color css

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

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

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