Html Css Color HEX #F52C13 Scarlet

📋 copy color: '#F52C13'

red 245 ◦ green 44 ◦ blue 19

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

Shades of Scarlet #F52C13

Tints of Scarlet #F52C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.17%

R = 79.55%
G = 14.29%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F52C13 (or 0xF52C13) is known color: Scarlet. HEX triplet: F5, 2C and 13. RGB value is (245,44,19). Sum of RGB (Red+Green+Blue) = 245+44+19=308 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.55% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 245 - color contains mainly: red. Hex color #F52C13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52C13 is #0AD3EC. Grayscale: #656565. Windows color (decimal): -709613 or 1256693. OLE color: 1256693.

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

Color convert

RGB 245 44 19 -
CMYK 0 0.82 0.92 0.04
HSL 6.64º 0.92% 0.52% -
HSV(B) 6.64º 0.92% 0.96% -
XYZ 38.67 21.26 2.68 -
YUV 101.25 81.59 230.53 -
System Red Green Blue C M Y K H S L
Decimal 245 44 19 0 0.82 0.92 0.04 6.64 0.92 0.52
Hex F5 2C 13 0 52 5C 4 7 5C 34
Octal 365 54 23 0 122 134 4 7 134 64
Binary 11110101 101100 10011 0 1010010 1011100 100 111 1011100 110100

Color Harmonies of #F52C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52C13

Black with #F52C13

Text Example


Text Example

White with #F52C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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