Html Css Color HEX #F52415 Scarlet

📋 copy color: '#F52415'

red 245 ◦ green 36 ◦ blue 21

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

Shades of Scarlet #F52415

Tints of Scarlet #F52415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.95%

R = 81.13%
G = 11.92%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F52415 (or 0xF52415) is known color: Scarlet. HEX triplet: F5, 24 and 15. RGB value is (245,36,21). Sum of RGB (Red+Green+Blue) = 245+36+21=302 (40% of max value = 765). Red value is 245 (96.09% from 255 or 81.13% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 245 - color contains mainly: red. Hex color #F52415 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52415 is #0ADBEA. Grayscale: #616161. Windows color (decimal): -711659 or 1385717. OLE color: 1385717.

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

Color convert

RGB 245 36 21 -
CMYK 0 0.85 0.91 0.04
HSL 4.02º 0.92% 0.52% -
HSV(B) 4.02º 0.91% 0.96% -
XYZ 38.42 20.73 2.69 -
YUV 96.78 85.24 233.72 -
System Red Green Blue C M Y K H S L
Decimal 245 36 21 0 0.85 0.91 0.04 4.02 0.92 0.52
Hex F5 24 15 0 55 5B 4 4 5C 34
Octal 365 44 25 0 125 133 4 4 134 64
Binary 11110101 100100 10101 0 1010101 1011011 100 100 1011100 110100

Color Harmonies of #F52415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52415

Black with #F52415

Text Example


Text Example

White with #F52415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52415; }

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

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

background-color css

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

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

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

border-color css

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

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

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