Html Css Color HEX #F53302 Scarlet

📋 copy color: '#F53302'

red 245 ◦ green 51 ◦ blue 2

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

Shades of Scarlet #F53302

Tints of Scarlet #F53302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.11%

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

R = 82.21%
G = 17.11%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F53302 (or 0xF53302) is known color: Scarlet. HEX triplet: F5, 33 and 02. RGB value is (245,51,2). Sum of RGB (Red+Green+Blue) = 245+51+2=298 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.21% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 245 - color contains mainly: red. Hex color #F53302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53302 is #0ACCFD. Grayscale: #676767. Windows color (decimal): -707838 or 144373. OLE color: 144373.

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

Color convert

RGB 245 51 2 -
CMYK 0 0.79 0.99 0.04
HSL 12.1º 0.98% 0.48% -
HSV(B) 12.1º 0.99% 0.96% -
XYZ 38.85 21.78 2.21 -
YUV 103.42 70.77 228.98 -
System Red Green Blue C M Y K H S L
Decimal 245 51 2 0 0.79 0.99 0.04 12.1 0.98 0.48
Hex F5 33 2 0 4F 63 4 C 62 30
Octal 365 63 2 0 117 143 4 14 142 60
Binary 11110101 110011 10 0 1001111 1100011 100 1100 1100010 110000

Color Harmonies of #F53302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53302

Black with #F53302

Text Example


Text Example

White with #F53302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53302; }

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

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

background-color css

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

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

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

border-color css

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

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

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