Html Css Color HEX #F52503 Scarlet

📋 copy color: '#F52503'

red 245 ◦ green 37 ◦ blue 3

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

Shades of Scarlet #F52503

Tints of Scarlet #F52503

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.98%

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

R = 85.96%
G = 12.98%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F52503 (or 0xF52503) is known color: Scarlet. HEX triplet: F5, 25 and 03. RGB value is (245,37,3). Sum of RGB (Red+Green+Blue) = 245+37+3=285 (37% of max value = 765). Red value is 245 (96.09% from 255 or 85.96% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 245 - color contains mainly: red. Hex color #F52503 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52503 is #0ADAFC. Grayscale: #5F5F5F. Windows color (decimal): -711421 or 206325. OLE color: 206325.

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

Color convert

RGB 245 37 3 -
CMYK 0 0.85 0.99 0.04
HSL 8.43º 0.98% 0.49% -
HSV(B) 8.43º 0.99% 0.96% -
XYZ 38.33 20.74 2.07 -
YUV 95.32 75.91 234.76 -
System Red Green Blue C M Y K H S L
Decimal 245 37 3 0 0.85 0.99 0.04 8.43 0.98 0.49
Hex F5 25 3 0 55 63 4 8 62 31
Octal 365 45 3 0 125 143 4 10 142 61
Binary 11110101 100101 11 0 1010101 1100011 100 1000 1100010 110001

Color Harmonies of #F52503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52503

Black with #F52503

Text Example


Text Example

White with #F52503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52503; }

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

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

background-color css

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

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

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

border-color css

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

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

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