Html Css Color HEX #F52610 Scarlet

📋 copy color: '#F52610'

red 245 ◦ green 38 ◦ blue 16

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

Shades of Scarlet #F52610

Tints of Scarlet #F52610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.35%

R = 81.94%
G = 12.71%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F52610 (or 0xF52610) is known color: Scarlet. HEX triplet: F5, 26 and 10. RGB value is (245,38,16). Sum of RGB (Red+Green+Blue) = 245+38+16=299 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.94% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 245 - color contains mainly: red. Hex color #F52610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52610 is #0AD9EF. Grayscale: #616161. Windows color (decimal): -711152 or 1058549. OLE color: 1058549.

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

Color convert

RGB 245 38 16 -
CMYK 0 0.84 0.93 0.04
HSL 5.76º 0.92% 0.51% -
HSV(B) 5.76º 0.93% 0.96% -
XYZ 38.44 20.84 2.49 -
YUV 97.39 82.08 233.29 -
System Red Green Blue C M Y K H S L
Decimal 245 38 16 0 0.84 0.93 0.04 5.76 0.92 0.51
Hex F5 26 10 0 54 5D 4 6 5C 33
Octal 365 46 20 0 124 135 4 6 134 63
Binary 11110101 100110 10000 0 1010100 1011101 100 110 1011100 110011

Color Harmonies of #F52610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52610

Black with #F52610

Text Example


Text Example

White with #F52610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52610; }

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

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

background-color css

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

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

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

border-color css

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

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

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