Html Css Color HEX #F53312 Scarlet

📋 copy color: '#F53312'

red 245 ◦ green 51 ◦ blue 18

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

Shades of Scarlet #F53312

Tints of Scarlet #F53312

RGB

 RED value IS 245 (96.09% from 255) = 78.03%

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

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

R = 78.03%
G = 16.24%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F53312 (or 0xF53312) is known color: Scarlet. HEX triplet: F5, 33 and 12. RGB value is (245,51,18). Sum of RGB (Red+Green+Blue) = 245+51+18=314 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.03% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 245 - color contains mainly: red. Hex color #F53312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53312 is #0ACCED. Grayscale: #696969. Windows color (decimal): -707822 or 1192949. OLE color: 1192949.

HSL color Cylindrical-coordinate representation of color #F53312: hue angle of 8.72º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F53312 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 51 18 -
CMYK 0 0.79 0.93 0.04
HSL 8.72º 0.92% 0.52% -
HSV(B) 8.72º 0.93% 0.96% -
XYZ 38.95 21.82 2.73 -
YUV 105.24 78.77 227.68 -
System Red Green Blue C M Y K H S L
Decimal 245 51 18 0 0.79 0.93 0.04 8.72 0.92 0.52
Hex F5 33 12 0 4F 5D 4 9 5C 34
Octal 365 63 22 0 117 135 4 11 134 64
Binary 11110101 110011 10010 0 1001111 1011101 100 1001 1011100 110100

Color Harmonies of #F53312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53312

Black with #F53312

Text Example


Text Example

White with #F53312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53312; }

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

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

background-color css

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

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

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

border-color css

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

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

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