Html Css Color HEX #F52D1A Scarlet

📋 copy color: '#F52D1A'

red 245 ◦ green 45 ◦ blue 26

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

Shades of Scarlet #F52D1A

Tints of Scarlet #F52D1A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.24%

 BLUE value IS 26 (10.55% from 255) = 8.23%

R = 77.53%
G = 14.24%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F52D1A (or 0xF52D1A) is known color: Scarlet. HEX triplet: F5, 2D and 1A. RGB value is (245,45,26). Sum of RGB (Red+Green+Blue) = 245+45+26=316 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.53% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 245 - color contains mainly: red. Hex color #F52D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52D1A is #0AD2E5. Grayscale: #666666. Windows color (decimal): -709350 or 1715701. OLE color: 1715701.

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

Color convert

RGB 245 45 26 -
CMYK 0 0.82 0.89 0.04
HSL 5.21º 0.92% 0.53% -
HSV(B) 5.21º 0.89% 0.96% -
XYZ 38.78 21.36 3.06 -
YUV 102.63 84.76 229.54 -
System Red Green Blue C M Y K H S L
Decimal 245 45 26 0 0.82 0.89 0.04 5.21 0.92 0.53
Hex F5 2D 1A 0 52 59 4 5 5C 35
Octal 365 55 32 0 122 131 4 5 134 65
Binary 11110101 101101 11010 0 1010010 1011001 100 101 1011100 110101

Color Harmonies of #F52D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52D1A

Black with #F52D1A

Text Example


Text Example

White with #F52D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52D1A; }

 p { color: rgb(245,45,26); }

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

background-color css

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

 a { background-color: rgb(245,45,26); }

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

border-color css

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

 span { border-color: rgb(245,45,26); }

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