Html Css Color HEX #F62515 Scarlet

📋 copy color: '#F62515'

red 246 ◦ green 37 ◦ blue 21

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

Shades of Scarlet #F62515

Tints of Scarlet #F62515

RGB

 RED value IS 246 (96.48% from 255) = 80.92%

 GREEN value IS 37 (14.84% from 255) = 12.17%

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

R = 80.92%
G = 12.17%
B = 6.91%

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

#F62515 (or 0xF62515) is known color: Scarlet. HEX triplet: F6, 25 and 15. RGB value is (246,37,21). Sum of RGB (Red+Green+Blue) = 246+37+21=304 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.92% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 246 - color contains mainly: red. Hex color #F62515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62515 is #09DAEA. Grayscale: #616161. Windows color (decimal): -645867 or 1385974. OLE color: 1385974.

HSL color Cylindrical-coordinate representation of color #F62515: hue angle of 4.27º degrees, saturation: 0.93, 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 #F62515 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 37 21 -
CMYK 0 0.85 0.91 0.04
HSL 4.27º 0.93% 0.52% -
HSV(B) 4.27º 0.91% 0.96% -
XYZ 38.8 20.97 2.71 -
YUV 97.67 84.74 233.8 -
System Red Green Blue C M Y K H S L
Decimal 246 37 21 0 0.85 0.91 0.04 4.27 0.93 0.52
Hex F6 25 15 0 55 5B 4 4 5D 34
Octal 366 45 25 0 125 133 4 4 135 64
Binary 11110110 100101 10101 0 1010101 1011011 100 100 1011101 110100

Color Harmonies of #F62515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62515

Black with #F62515

Text Example


Text Example

White with #F62515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62515; }

 p { color: rgb(246,37,21); }

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

background-color css

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

 a { background-color: rgb(246,37,21); }

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

border-color css

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

 span { border-color: rgb(246,37,21); }

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