Html Css Color HEX #F52613 Scarlet

📋 copy color: '#F52613'

red 245 ◦ green 38 ◦ blue 19

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

Shades of Scarlet #F52613

Tints of Scarlet #F52613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.58%

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

R = 81.13%
G = 12.58%
B = 6.29%

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

#F52613 (or 0xF52613) is known color: Scarlet. HEX triplet: F5, 26 and 13. RGB value is (245,38,19). Sum of RGB (Red+Green+Blue) = 245+38+19=302 (40% of max value = 765). Red value is 245 (96.09% from 255 or 81.13% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 245 - color contains mainly: red. Hex color #F52613 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52613 is #0AD9EC. Grayscale: #626262. Windows color (decimal): -711149 or 1255157. OLE color: 1255157.

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

Color convert

RGB 245 38 19 -
CMYK 0 0.84 0.92 0.04
HSL 5.04º 0.92% 0.52% -
HSV(B) 5.04º 0.92% 0.96% -
XYZ 38.47 20.85 2.61 -
YUV 97.73 83.58 233.04 -
System Red Green Blue C M Y K H S L
Decimal 245 38 19 0 0.84 0.92 0.04 5.04 0.92 0.52
Hex F5 26 13 0 54 5C 4 5 5C 34
Octal 365 46 23 0 124 134 4 5 134 64
Binary 11110101 100110 10011 0 1010100 1011100 100 101 1011100 110100

Color Harmonies of #F52613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52613

Black with #F52613

Text Example


Text Example

White with #F52613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52613; }

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

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

background-color css

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

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

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

border-color css

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

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

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