Html Css Color HEX #F52214 Scarlet

📋 copy color: '#F52214'

red 245 ◦ green 34 ◦ blue 20

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

Shades of Scarlet #F52214

Tints of Scarlet #F52214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.69%

R = 81.94%
G = 11.37%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F52214 (or 0xF52214) is known color: Scarlet. HEX triplet: F5, 22 and 14. RGB value is (245,34,20). Sum of RGB (Red+Green+Blue) = 245+34+20=299 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.94% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 245 - color contains mainly: red. Hex color #F52214 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52214 is #0ADDEB. Grayscale: #5F5F5F. Windows color (decimal): -712172 or 1319669. OLE color: 1319669.

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

Color convert

RGB 245 34 20 -
CMYK 0 0.86 0.92 0.04
HSL 3.73º 0.92% 0.52% -
HSV(B) 3.73º 0.92% 0.96% -
XYZ 38.35 20.61 2.62 -
YUV 95.49 85.4 234.64 -
System Red Green Blue C M Y K H S L
Decimal 245 34 20 0 0.86 0.92 0.04 3.73 0.92 0.52
Hex F5 22 14 0 56 5C 4 4 5C 34
Octal 365 42 24 0 126 134 4 4 134 64
Binary 11110101 100010 10100 0 1010110 1011100 100 100 1011100 110100

Color Harmonies of #F52214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52214

Black with #F52214

Text Example


Text Example

White with #F52214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52214; }

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

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

background-color css

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

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

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

border-color css

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

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

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