Html Css Color HEX #F6200D Scarlet

📋 copy color: '#F6200D'

red 246 ◦ green 32 ◦ blue 13

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

Shades of Scarlet #F6200D

Tints of Scarlet #F6200D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11%

 BLUE value IS 13 (5.47% from 255) = 4.47%

R = 84.54%
G = 11%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6200D (or 0xF6200D) is known color: Scarlet. HEX triplet: F6, 20 and 0D. RGB value is (246,32,13). Sum of RGB (Red+Green+Blue) = 246+32+13=291 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.54% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 246 - color contains mainly: red. Hex color #F6200D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6200D is #09DFF2. Grayscale: #5E5E5E. Windows color (decimal): -647155 or 860406. OLE color: 860406.

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

Color convert

RGB 246 32 13 -
CMYK 0 0.87 0.95 0.04
HSL 4.89º 0.93% 0.51% -
HSV(B) 4.89º 0.95% 0.96% -
XYZ 38.6 20.65 2.33 -
YUV 93.82 82.4 236.54 -
System Red Green Blue C M Y K H S L
Decimal 246 32 13 0 0.87 0.95 0.04 4.89 0.93 0.51
Hex F6 20 D 0 57 5F 4 5 5D 33
Octal 366 40 15 0 127 137 4 5 135 63
Binary 11110110 100000 1101 0 1010111 1011111 100 101 1011101 110011

Color Harmonies of #F6200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6200D

Black with #F6200D

Text Example


Text Example

White with #F6200D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6200D; }

 p { color: rgb(246,32,13); }

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

background-color css

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

 a { background-color: rgb(246,32,13); }

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

border-color css

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

 span { border-color: rgb(246,32,13); }

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