Html Css Color HEX #F52813 Scarlet

📋 copy color: '#F52813'

red 245 ◦ green 40 ◦ blue 19

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

Shades of Scarlet #F52813

Tints of Scarlet #F52813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.16%

 BLUE value IS 19 (7.81% from 255) = 6.25%

R = 80.59%
G = 13.16%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F52813 (or 0xF52813) is known color: Scarlet. HEX triplet: F5, 28 and 13. RGB value is (245,40,19). Sum of RGB (Red+Green+Blue) = 245+40+19=304 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.59% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 245 - color contains mainly: red. Hex color #F52813 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52813 is #0AD7EC. Grayscale: #636363. Windows color (decimal): -710637 or 1255669. OLE color: 1255669.

HSL color Cylindrical-coordinate representation of color #F52813: hue angle of 5.58º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F52813 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 40 19 -
CMYK 0 0.84 0.92 0.04
HSL 5.58º 0.92% 0.52% -
HSV(B) 5.58º 0.92% 0.96% -
XYZ 38.53 20.98 2.63 -
YUV 98.9 82.92 232.21 -
System Red Green Blue C M Y K H S L
Decimal 245 40 19 0 0.84 0.92 0.04 5.58 0.92 0.52
Hex F5 28 13 0 54 5C 4 6 5C 34
Octal 365 50 23 0 124 134 4 6 134 64
Binary 11110101 101000 10011 0 1010100 1011100 100 110 1011100 110100

Color Harmonies of #F52813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52813

Black with #F52813

Text Example


Text Example

White with #F52813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52813; }

 p { color: rgb(245,40,19); }

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

background-color css

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

 a { background-color: rgb(245,40,19); }

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

border-color css

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

 span { border-color: rgb(245,40,19); }

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