Html Css Color HEX #F63315 Scarlet

📋 copy color: '#F63315'

red 246 ◦ green 51 ◦ blue 21

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

Shades of Scarlet #F63315

Tints of Scarlet #F63315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.04%

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

R = 77.36%
G = 16.04%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F63315 (or 0xF63315) is known color: Scarlet. HEX triplet: F6, 33 and 15. RGB value is (246,51,21). Sum of RGB (Red+Green+Blue) = 246+51+21=318 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.36% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 246 - color contains mainly: red. Hex color #F63315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63315 is #09CCEA. Grayscale: #6A6A6A. Windows color (decimal): -642283 or 1389558. OLE color: 1389558.

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

Color convert

RGB 246 51 21 -
CMYK 0 0.79 0.91 0.04
HSL 0.93% 0.52% -
HSV(B) 0.91% 0.96% -
XYZ 39.33 22.01 2.89 -
YUV 105.89 80.1 227.94 -
System Red Green Blue C M Y K H S L
Decimal 246 51 21 0 0.79 0.91 0.04 8 0.93 0.52
Hex F6 33 15 0 4F 5B 4 8 5D 34
Octal 366 63 25 0 117 133 4 10 135 64
Binary 11110110 110011 10101 0 1001111 1011011 100 1000 1011101 110100

Color Harmonies of #F63315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63315

Black with #F63315

Text Example


Text Example

White with #F63315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63315; }

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

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

background-color css

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

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

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

border-color css

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

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

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