Html Css Color HEX #F52216 Scarlet

📋 copy color: '#F52216'

red 245 ◦ green 34 ◦ blue 22

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

Shades of Scarlet #F52216

Tints of Scarlet #F52216

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.3%

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

R = 81.4%
G = 11.3%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F52216 (or 0xF52216) is known color: Scarlet. HEX triplet: F5, 22 and 16. RGB value is (245,34,22). Sum of RGB (Red+Green+Blue) = 245+34+22=301 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.40% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 245 - color contains mainly: red. Hex color #F52216 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52216 is #0ADDE9. Grayscale: #5F5F5F. Windows color (decimal): -712170 or 1450741. OLE color: 1450741.

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

Color convert

RGB 245 34 22 -
CMYK 0 0.86 0.91 0.04
HSL 3.23º 0.92% 0.52% -
HSV(B) 3.23º 0.91% 0.96% -
XYZ 38.37 20.61 2.72 -
YUV 95.72 86.4 234.48 -
System Red Green Blue C M Y K H S L
Decimal 245 34 22 0 0.86 0.91 0.04 3.23 0.92 0.52
Hex F5 22 16 0 56 5B 4 3 5C 34
Octal 365 42 26 0 126 133 4 3 134 64
Binary 11110101 100010 10110 0 1010110 1011011 100 11 1011100 110100

Color Harmonies of #F52216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52216

Black with #F52216

Text Example


Text Example

White with #F52216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52216; }

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

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

background-color css

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

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

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

border-color css

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

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

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