Html Css Color HEX #F53212 Scarlet

📋 copy color: '#F53212'

red 245 ◦ green 50 ◦ blue 18

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

Shades of Scarlet #F53212

Tints of Scarlet #F53212

RGB

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

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

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

R = 78.27%
G = 15.97%
B = 5.75%

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

#F53212 (or 0xF53212) is known color: Scarlet. HEX triplet: F5, 32 and 12. RGB value is (245,50,18). Sum of RGB (Red+Green+Blue) = 245+50+18=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F53212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53212 is #0ACDED. Grayscale: #686868. Windows color (decimal): -708078 or 1192693. OLE color: 1192693.

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

Color convert

RGB 245 50 18 -
CMYK 0 0.80 0.93 0.04
HSL 8.46º 0.92% 0.52% -
HSV(B) 8.46º 0.93% 0.96% -
XYZ 38.91 21.74 2.72 -
YUV 104.66 79.1 228.1 -
System Red Green Blue C M Y K H S L
Decimal 245 50 18 0 0.80 0.93 0.04 8.46 0.92 0.52
Hex F5 32 12 0 50 5D 4 8 5C 34
Octal 365 62 22 0 120 135 4 10 134 64
Binary 11110101 110010 10010 0 1010000 1011101 100 1000 1011100 110100

Color Harmonies of #F53212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53212

Black with #F53212

Text Example


Text Example

White with #F53212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53212; }

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

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

background-color css

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

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

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

border-color css

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

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

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