Html Css Color HEX #F52318 Scarlet

📋 copy color: '#F52318'

red 245 ◦ green 35 ◦ blue 24

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

Shades of Scarlet #F52318

Tints of Scarlet #F52318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.51%

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

R = 80.59%
G = 11.51%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F52318 (or 0xF52318) is known color: Scarlet. HEX triplet: F5, 23 and 18. RGB value is (245,35,24). Sum of RGB (Red+Green+Blue) = 245+35+24=304 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.59% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 245 - color contains mainly: red. Hex color #F52318 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52318 is #0ADCE7. Grayscale: #606060. Windows color (decimal): -711912 or 1582069. OLE color: 1582069.

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

Color convert

RGB 245 35 24 -
CMYK 0 0.86 0.90 0.04
HSL 2.99º 0.92% 0.53% -
HSV(B) 2.99º 0.9% 0.96% -
XYZ 38.42 20.68 2.83 -
YUV 96.54 87.07 233.89 -
System Red Green Blue C M Y K H S L
Decimal 245 35 24 0 0.86 0.90 0.04 2.99 0.92 0.53
Hex F5 23 18 0 56 5A 4 3 5C 35
Octal 365 43 30 0 126 132 4 3 134 65
Binary 11110101 100011 11000 0 1010110 1011010 100 11 1011100 110101

Color Harmonies of #F52318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52318

Black with #F52318

Text Example


Text Example

White with #F52318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52318; }

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

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

background-color css

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

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

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

border-color css

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

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

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