Html Css Color HEX #F62615 Scarlet

📋 copy color: '#F62615'

red 246 ◦ green 38 ◦ blue 21

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

Shades of Scarlet #F62615

Tints of Scarlet #F62615

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.46%

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

R = 80.66%
G = 12.46%
B = 6.89%

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

#F62615 (or 0xF62615) is known color: Scarlet. HEX triplet: F6, 26 and 15. RGB value is (246,38,21). Sum of RGB (Red+Green+Blue) = 246+38+21=305 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.66% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 246 - color contains mainly: red. Hex color #F62615 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62615 is #09D9EA. Grayscale: #626262. Windows color (decimal): -645611 or 1386230. OLE color: 1386230.

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

Color convert

RGB 246 38 21 -
CMYK 0 0.85 0.91 0.04
HSL 4.53º 0.93% 0.52% -
HSV(B) 4.53º 0.91% 0.96% -
XYZ 38.83 21.03 2.72 -
YUV 98.25 84.41 233.38 -
System Red Green Blue C M Y K H S L
Decimal 246 38 21 0 0.85 0.91 0.04 4.53 0.93 0.52
Hex F6 26 15 0 55 5B 4 5 5D 34
Octal 366 46 25 0 125 133 4 5 135 64
Binary 11110110 100110 10101 0 1010101 1011011 100 101 1011101 110100

Color Harmonies of #F62615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62615

Black with #F62615

Text Example


Text Example

White with #F62615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62615; }

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

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

background-color css

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

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

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

border-color css

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

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

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