Html Css Color HEX #F52313 Scarlet

📋 copy color: '#F52313'

red 245 ◦ green 35 ◦ blue 19

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

Shades of Scarlet #F52313

Tints of Scarlet #F52313

RGB

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

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

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

R = 81.94%
G = 11.71%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F52313 (or 0xF52313) is known color: Scarlet. HEX triplet: F5, 23 and 13. RGB value is (245,35,19). Sum of RGB (Red+Green+Blue) = 245+35+19=299 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.94% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 245 - color contains mainly: red. Hex color #F52313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52313 is #0ADCEC. Grayscale: #606060. Windows color (decimal): -711917 or 1254389. OLE color: 1254389.

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

Color convert

RGB 245 35 19 -
CMYK 0 0.86 0.92 0.04
HSL 4.25º 0.92% 0.52% -
HSV(B) 4.25º 0.92% 0.96% -
XYZ 38.37 20.66 2.58 -
YUV 95.97 84.57 234.3 -
System Red Green Blue C M Y K H S L
Decimal 245 35 19 0 0.86 0.92 0.04 4.25 0.92 0.52
Hex F5 23 13 0 56 5C 4 4 5C 34
Octal 365 43 23 0 126 134 4 4 134 64
Binary 11110101 100011 10011 0 1010110 1011100 100 100 1011100 110100

Color Harmonies of #F52313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52313

Black with #F52313

Text Example


Text Example

White with #F52313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52313; }

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

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

background-color css

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

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

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

border-color css

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

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

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