Html Css Color HEX #F52D1B Scarlet

📋 copy color: '#F52D1B'

red 245 ◦ green 45 ◦ blue 27

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

Shades of Scarlet #F52D1B

Tints of Scarlet #F52D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.52%

R = 77.29%
G = 14.2%
B = 8.52%

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

#F52D1B (or 0xF52D1B) is known color: Scarlet. HEX triplet: F5, 2D and 1B. RGB value is (245,45,27). Sum of RGB (Red+Green+Blue) = 245+45+27=317 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.29% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 245 - color contains mainly: red. Hex color #F52D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52D1B is #0AD2E4. Grayscale: #676767. Windows color (decimal): -709349 or 1781237. OLE color: 1781237.

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

Color convert

RGB 245 45 27 -
CMYK 0 0.82 0.89 0.04
HSL 4.95º 0.92% 0.53% -
HSV(B) 4.95º 0.89% 0.96% -
XYZ 38.79 21.37 3.12 -
YUV 102.75 85.26 229.46 -
System Red Green Blue C M Y K H S L
Decimal 245 45 27 0 0.82 0.89 0.04 4.95 0.92 0.53
Hex F5 2D 1B 0 52 59 4 5 5C 35
Octal 365 55 33 0 122 131 4 5 134 65
Binary 11110101 101101 11011 0 1010010 1011001 100 101 1011100 110101

Color Harmonies of #F52D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52D1B

Black with #F52D1B

Text Example


Text Example

White with #F52D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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