Html Css Color HEX #F53012 Scarlet

📋 copy color: '#F53012'

red 245 ◦ green 48 ◦ blue 18

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

Shades of Scarlet #F53012

Tints of Scarlet #F53012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.43%

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

R = 78.78%
G = 15.43%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F53012 (or 0xF53012) is known color: Scarlet. HEX triplet: F5, 30 and 12. RGB value is (245,48,18). Sum of RGB (Red+Green+Blue) = 245+48+18=311 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.78% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 245 - color contains mainly: red. Hex color #F53012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53012 is #0ACFED. Grayscale: #676767. Windows color (decimal): -708590 or 1192181. OLE color: 1192181.

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

Color convert

RGB 245 48 18 -
CMYK 0 0.80 0.93 0.04
HSL 7.93º 0.92% 0.52% -
HSV(B) 7.93º 0.93% 0.96% -
XYZ 38.82 21.57 2.69 -
YUV 103.48 79.77 228.94 -
System Red Green Blue C M Y K H S L
Decimal 245 48 18 0 0.80 0.93 0.04 7.93 0.92 0.52
Hex F5 30 12 0 50 5D 4 8 5C 34
Octal 365 60 22 0 120 135 4 10 134 64
Binary 11110101 110000 10010 0 1010000 1011101 100 1000 1011100 110100

Color Harmonies of #F53012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53012

Black with #F53012

Text Example


Text Example

White with #F53012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53012; }

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

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

background-color css

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

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

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

border-color css

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

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

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