Html Css Color HEX #F52C1C Scarlet

📋 copy color: '#F52C1C'

red 245 ◦ green 44 ◦ blue 28

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

Shades of Scarlet #F52C1C

Tints of Scarlet #F52C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.83%

R = 77.29%
G = 13.88%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F52C1C (or 0xF52C1C) is known color: Scarlet. HEX triplet: F5, 2C and 1C. RGB value is (245,44,28). Sum of RGB (Red+Green+Blue) = 245+44+28=317 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.29% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 245 - color contains mainly: red. Hex color #F52C1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52C1C is #0AD3E3. Grayscale: #666666. Windows color (decimal): -709604 or 1846517. OLE color: 1846517.

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

Color convert

RGB 245 44 28 -
CMYK 0 0.82 0.89 0.04
HSL 4.42º 0.92% 0.54% -
HSV(B) 4.42º 0.89% 0.96% -
XYZ 38.77 21.3 3.17 -
YUV 102.28 86.09 229.8 -
System Red Green Blue C M Y K H S L
Decimal 245 44 28 0 0.82 0.89 0.04 4.42 0.92 0.54
Hex F5 2C 1C 0 52 59 4 4 5C 36
Octal 365 54 34 0 122 131 4 4 134 66
Binary 11110101 101100 11100 0 1010010 1011001 100 100 1011100 110110

Color Harmonies of #F52C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52C1C

Black with #F52C1C

Text Example


Text Example

White with #F52C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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