Html Css Color HEX #F52410 Scarlet

📋 copy color: '#F52410'

red 245 ◦ green 36 ◦ blue 16

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

Shades of Scarlet #F52410

Tints of Scarlet #F52410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.39%

R = 82.49%
G = 12.12%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F52410 (or 0xF52410) is known color: Scarlet. HEX triplet: F5, 24 and 10. RGB value is (245,36,16). Sum of RGB (Red+Green+Blue) = 245+36+16=297 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.49% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 245 - color contains mainly: red. Hex color #F52410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52410 is #0ADBEF. Grayscale: #606060. Windows color (decimal): -711664 or 1058037. OLE color: 1058037.

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

Color convert

RGB 245 36 16 -
CMYK 0 0.85 0.93 0.04
HSL 5.24º 0.92% 0.51% -
HSV(B) 5.24º 0.93% 0.96% -
XYZ 38.38 20.71 2.47 -
YUV 96.21 82.74 234.13 -
System Red Green Blue C M Y K H S L
Decimal 245 36 16 0 0.85 0.93 0.04 5.24 0.92 0.51
Hex F5 24 10 0 55 5D 4 5 5C 33
Octal 365 44 20 0 125 135 4 5 134 63
Binary 11110101 100100 10000 0 1010101 1011101 100 101 1011100 110011

Color Harmonies of #F52410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52410

Black with #F52410

Text Example


Text Example

White with #F52410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52410; }

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

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

background-color css

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

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

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

border-color css

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

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

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