Html Css Color HEX #F52320 Scarlet

📋 copy color: '#F52320'

red 245 ◦ green 35 ◦ blue 32

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

Shades of Scarlet #F52320

Tints of Scarlet #F52320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.22%

 BLUE value IS 32 (12.89% from 255) = 10.26%

R = 78.53%
G = 11.22%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F52320 (or 0xF52320) is known color: Scarlet. HEX triplet: F5, 23 and 20. RGB value is (245,35,32). Sum of RGB (Red+Green+Blue) = 245+35+32=312 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.53% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 245 - color contains mainly: red. Hex color #F52320 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52320 is #0ADCDF. Grayscale: #616161. Windows color (decimal): -711904 or 2106357. OLE color: 2106357.

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

Color convert

RGB 245 35 32 -
CMYK 0 0.86 0.87 0.04
HSL 0.85º 0.91% 0.54% -
HSV(B) 0.85º 0.87% 0.96% -
XYZ 38.52 20.72 3.34 -
YUV 97.45 91.07 233.24 -
System Red Green Blue C M Y K H S L
Decimal 245 35 32 0 0.86 0.87 0.04 0.85 0.91 0.54
Hex F5 23 20 0 56 57 4 1 5B 36
Octal 365 43 40 0 126 127 4 1 133 66
Binary 11110101 100011 100000 0 1010110 1010111 100 1 1011011 110110

Color Harmonies of #F52320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52320

Black with #F52320

Text Example


Text Example

White with #F52320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52320; }

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

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

background-color css

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

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

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

border-color css

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

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

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