Html Css Color HEX #F52611 Scarlet

📋 copy color: '#F52611'

red 245 ◦ green 38 ◦ blue 17

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

Shades of Scarlet #F52611

Tints of Scarlet #F52611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.67%

R = 81.67%
G = 12.67%
B = 5.67%

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

#F52611 (or 0xF52611) is known color: Scarlet. HEX triplet: F5, 26 and 11. RGB value is (245,38,17). Sum of RGB (Red+Green+Blue) = 245+38+17=300 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.67% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 245 - color contains mainly: red. Hex color #F52611 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52611 is #0AD9EE. Grayscale: #616161. Windows color (decimal): -711151 or 1124085. OLE color: 1124085.

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

Color convert

RGB 245 38 17 -
CMYK 0 0.84 0.93 0.04
HSL 5.53º 0.92% 0.51% -
HSV(B) 5.53º 0.93% 0.96% -
XYZ 38.45 20.84 2.53 -
YUV 97.5 82.58 233.21 -
System Red Green Blue C M Y K H S L
Decimal 245 38 17 0 0.84 0.93 0.04 5.53 0.92 0.51
Hex F5 26 11 0 54 5D 4 6 5C 33
Octal 365 46 21 0 124 135 4 6 134 63
Binary 11110101 100110 10001 0 1010100 1011101 100 110 1011100 110011

Color Harmonies of #F52611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52611

Black with #F52611

Text Example


Text Example

White with #F52611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52611; }

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

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

background-color css

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

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

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

border-color css

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

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

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