Html Css Color HEX #F62D14 Scarlet

📋 copy color: '#F62D14'

red 246 ◦ green 45 ◦ blue 20

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

Shades of Scarlet #F62D14

Tints of Scarlet #F62D14

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.47%

 BLUE value IS 20 (8.2% from 255) = 6.43%

R = 79.1%
G = 14.47%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F62D14 (or 0xF62D14) is known color: Scarlet. HEX triplet: F6, 2D and 14. RGB value is (246,45,20). Sum of RGB (Red+Green+Blue) = 246+45+20=311 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.10% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 246 - color contains mainly: red. Hex color #F62D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62D14 is #09D2EB. Grayscale: #666666. Windows color (decimal): -643820 or 1322486. OLE color: 1322486.

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

Color convert

RGB 246 45 20 -
CMYK 0 0.82 0.92 0.04
HSL 6.64º 0.93% 0.52% -
HSV(B) 6.64º 0.92% 0.96% -
XYZ 39.07 21.52 2.76 -
YUV 102.25 81.59 230.53 -
System Red Green Blue C M Y K H S L
Decimal 246 45 20 0 0.82 0.92 0.04 6.64 0.93 0.52
Hex F6 2D 14 0 52 5C 4 7 5D 34
Octal 366 55 24 0 122 134 4 7 135 64
Binary 11110110 101101 10100 0 1010010 1011100 100 111 1011101 110100

Color Harmonies of #F62D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62D14

Black with #F62D14

Text Example


Text Example

White with #F62D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62D14; }

 p { color: rgb(246,45,20); }

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

background-color css

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

 a { background-color: rgb(246,45,20); }

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

border-color css

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

 span { border-color: rgb(246,45,20); }

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