Html Css Color HEX #F52414 Scarlet

📋 copy color: '#F52414'

red 245 ◦ green 36 ◦ blue 20

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

Shades of Scarlet #F52414

Tints of Scarlet #F52414

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.96%

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

R = 81.4%
G = 11.96%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F52414 (or 0xF52414) is known color: Scarlet. HEX triplet: F5, 24 and 14. RGB value is (245,36,20). Sum of RGB (Red+Green+Blue) = 245+36+20=301 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.40% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 245 - color contains mainly: red. Hex color #F52414 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52414 is #0ADBEB. Grayscale: #606060. Windows color (decimal): -711660 or 1320181. OLE color: 1320181.

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

Color convert

RGB 245 36 20 -
CMYK 0 0.85 0.92 0.04
HSL 4.27º 0.92% 0.52% -
HSV(B) 4.27º 0.92% 0.96% -
XYZ 38.41 20.72 2.64 -
YUV 96.67 84.74 233.8 -
System Red Green Blue C M Y K H S L
Decimal 245 36 20 0 0.85 0.92 0.04 4.27 0.92 0.52
Hex F5 24 14 0 55 5C 4 4 5C 34
Octal 365 44 24 0 125 134 4 4 134 64
Binary 11110101 100100 10100 0 1010101 1011100 100 100 1011100 110100

Color Harmonies of #F52414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52414

Black with #F52414

Text Example


Text Example

White with #F52414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52414; }

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

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

background-color css

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

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

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

border-color css

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

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

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