Html Css Color HEX #F52012 Scarlet

📋 copy color: '#F52012'

red 245 ◦ green 32 ◦ blue 18

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

Shades of Scarlet #F52012

Tints of Scarlet #F52012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.85%

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

R = 83.05%
G = 10.85%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F52012 (or 0xF52012) is known color: Scarlet. HEX triplet: F5, 20 and 12. RGB value is (245,32,18). Sum of RGB (Red+Green+Blue) = 245+32+18=295 (39% of max value = 765). Red value is 245 (96.09% from 255 or 83.05% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 245 - color contains mainly: red. Hex color #F52012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52012 is #0ADFED. Grayscale: #5E5E5E. Windows color (decimal): -712686 or 1188085. OLE color: 1188085.

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

Color convert

RGB 245 32 18 -
CMYK 0 0.87 0.93 0.04
HSL 3.7º 0.92% 0.52% -
HSV(B) 3.7º 0.93% 0.96% -
XYZ 38.28 20.49 2.51 -
YUV 94.09 85.07 235.64 -
System Red Green Blue C M Y K H S L
Decimal 245 32 18 0 0.87 0.93 0.04 3.7 0.92 0.52
Hex F5 20 12 0 57 5D 4 4 5C 34
Octal 365 40 22 0 127 135 4 4 134 64
Binary 11110101 100000 10010 0 1010111 1011101 100 100 1011100 110100

Color Harmonies of #F52012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52012

Black with #F52012

Text Example


Text Example

White with #F52012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52012; }

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

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

background-color css

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

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

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

border-color css

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

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

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