Html Css Color HEX #F52302 Scarlet

📋 copy color: '#F52302'

red 245 ◦ green 35 ◦ blue 2

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

Shades of Scarlet #F52302

Tints of Scarlet #F52302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 86.88%
G = 12.41%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F52302 (or 0xF52302) is known color: Scarlet. HEX triplet: F5, 23 and 02. RGB value is (245,35,2). Sum of RGB (Red+Green+Blue) = 245+35+2=282 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.88% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 245 - color contains mainly: red. Hex color #F52302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52302 is #0ADCFD. Grayscale: #5E5E5E. Windows color (decimal): -711934 or 140277. OLE color: 140277.

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

Color convert

RGB 245 35 2 -
CMYK 0 0.86 0.99 0.04
HSL 8.15º 0.98% 0.48% -
HSV(B) 8.15º 0.99% 0.96% -
XYZ 38.27 20.62 2.02 -
YUV 94.03 76.07 235.68 -
System Red Green Blue C M Y K H S L
Decimal 245 35 2 0 0.86 0.99 0.04 8.15 0.98 0.48
Hex F5 23 2 0 56 63 4 8 62 30
Octal 365 43 2 0 126 143 4 10 142 60
Binary 11110101 100011 10 0 1010110 1100011 100 1000 1100010 110000

Color Harmonies of #F52302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52302

Black with #F52302

Text Example


Text Example

White with #F52302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52302; }

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

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

background-color css

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

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

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

border-color css

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

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

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