Html Css Color HEX #F52203 Scarlet

📋 copy color: '#F52203'

red 245 ◦ green 34 ◦ blue 3

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

Shades of Scarlet #F52203

Tints of Scarlet #F52203

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.06%

 BLUE value IS 3 (1.56% from 255) = 1.06%

R = 86.88%
G = 12.06%
B = 1.06%

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

#F52203 (or 0xF52203) is known color: Scarlet. HEX triplet: F5, 22 and 03. RGB value is (245,34,3). Sum of RGB (Red+Green+Blue) = 245+34+3=282 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.88% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 245 - color contains mainly: red. Hex color #F52203 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52203 is #0ADDFC. Grayscale: #5D5D5D. Windows color (decimal): -712189 or 205557. OLE color: 205557.

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

Color convert

RGB 245 34 3 -
CMYK 0 0.86 0.99 0.04
HSL 7.69º 0.98% 0.49% -
HSV(B) 7.69º 0.99% 0.96% -
XYZ 38.24 20.56 2.04 -
YUV 93.56 76.9 236.02 -
System Red Green Blue C M Y K H S L
Decimal 245 34 3 0 0.86 0.99 0.04 7.69 0.98 0.49
Hex F5 22 3 0 56 63 4 8 62 31
Octal 365 42 3 0 126 143 4 10 142 61
Binary 11110101 100010 11 0 1010110 1100011 100 1000 1100010 110001

Color Harmonies of #F52203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52203

Black with #F52203

Text Example


Text Example

White with #F52203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52203; }

 p { color: rgb(245,34,3); }

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

background-color css

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

 a { background-color: rgb(245,34,3); }

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

border-color css

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

 span { border-color: rgb(245,34,3); }

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