Html Css Color HEX #F52916 Scarlet

📋 copy color: '#F52916'

red 245 ◦ green 41 ◦ blue 22

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

Shades of Scarlet #F52916

Tints of Scarlet #F52916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.31%

 BLUE value IS 22 (8.98% from 255) = 7.14%

R = 79.55%
G = 13.31%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F52916 (or 0xF52916) is known color: Scarlet. HEX triplet: F5, 29 and 16. RGB value is (245,41,22). Sum of RGB (Red+Green+Blue) = 245+41+22=308 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.55% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 245 - color contains mainly: red. Hex color #F52916 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52916 is #0AD6E9. Grayscale: #646464. Windows color (decimal): -710378 or 1452533. OLE color: 1452533.

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

Color convert

RGB 245 41 22 -
CMYK 0 0.83 0.91 0.04
HSL 5.11º 0.92% 0.52% -
HSV(B) 5.11º 0.91% 0.96% -
XYZ 38.59 21.06 2.79 -
YUV 99.83 84.09 231.54 -
System Red Green Blue C M Y K H S L
Decimal 245 41 22 0 0.83 0.91 0.04 5.11 0.92 0.52
Hex F5 29 16 0 53 5B 4 5 5C 34
Octal 365 51 26 0 123 133 4 5 134 64
Binary 11110101 101001 10110 0 1010011 1011011 100 101 1011100 110100

Color Harmonies of #F52916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52916

Black with #F52916

Text Example


Text Example

White with #F52916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52916; }

 p { color: rgb(245,41,22); }

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

background-color css

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

 a { background-color: rgb(245,41,22); }

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

border-color css

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

 span { border-color: rgb(245,41,22); }

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