Html Css Color HEX #F52718 Scarlet

📋 copy color: '#F52718'

red 245 ◦ green 39 ◦ blue 24

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

Shades of Scarlet #F52718

Tints of Scarlet #F52718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.66%

 BLUE value IS 24 (9.77% from 255) = 7.79%

R = 79.55%
G = 12.66%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F52718 (or 0xF52718) is known color: Scarlet. HEX triplet: F5, 27 and 18. RGB value is (245,39,24). Sum of RGB (Red+Green+Blue) = 245+39+24=308 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.55% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 245 - color contains mainly: red. Hex color #F52718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52718 is #0AD8E7. Grayscale: #636363. Windows color (decimal): -710888 or 1583093. OLE color: 1583093.

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

Color convert

RGB 245 39 24 -
CMYK 0 0.84 0.90 0.04
HSL 4.07º 0.92% 0.53% -
HSV(B) 4.07º 0.9% 0.96% -
XYZ 38.55 20.93 2.87 -
YUV 98.88 85.75 232.22 -
System Red Green Blue C M Y K H S L
Decimal 245 39 24 0 0.84 0.90 0.04 4.07 0.92 0.53
Hex F5 27 18 0 54 5A 4 4 5C 35
Octal 365 47 30 0 124 132 4 4 134 65
Binary 11110101 100111 11000 0 1010100 1011010 100 100 1011100 110101

Color Harmonies of #F52718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52718

Black with #F52718

Text Example


Text Example

White with #F52718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52718; }

 p { color: rgb(245,39,24); }

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

background-color css

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

 a { background-color: rgb(245,39,24); }

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

border-color css

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

 span { border-color: rgb(245,39,24); }

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