Html Css Color HEX #F52C12 Scarlet

📋 copy color: '#F52C12'

red 245 ◦ green 44 ◦ blue 18

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

Shades of Scarlet #F52C12

Tints of Scarlet #F52C12

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.33%

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

R = 79.8%
G = 14.33%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F52C12 (or 0xF52C12) is known color: Scarlet. HEX triplet: F5, 2C and 12. RGB value is (245,44,18). Sum of RGB (Red+Green+Blue) = 245+44+18=307 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.80% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 245 - color contains mainly: red. Hex color #F52C12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52C12 is #0AD3ED. Grayscale: #656565. Windows color (decimal): -709614 or 1191157. OLE color: 1191157.

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

Color convert

RGB 245 44 18 -
CMYK 0 0.82 0.93 0.04
HSL 6.87º 0.92% 0.52% -
HSV(B) 6.87º 0.93% 0.96% -
XYZ 38.67 21.26 2.64 -
YUV 101.14 81.09 230.61 -
System Red Green Blue C M Y K H S L
Decimal 245 44 18 0 0.82 0.93 0.04 6.87 0.92 0.52
Hex F5 2C 12 0 52 5D 4 7 5C 34
Octal 365 54 22 0 122 135 4 7 134 64
Binary 11110101 101100 10010 0 1010010 1011101 100 111 1011100 110100

Color Harmonies of #F52C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52C12

Black with #F52C12

Text Example


Text Example

White with #F52C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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