Html Css Color HEX #F6291D Scarlet

📋 copy color: '#F6291D'

red 246 ◦ green 41 ◦ blue 29

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

Shades of Scarlet #F6291D

Tints of Scarlet #F6291D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.97%

 BLUE value IS 29 (11.72% from 255) = 9.18%

R = 77.85%
G = 12.97%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F6291D (or 0xF6291D) is known color: Scarlet. HEX triplet: F6, 29 and 1D. RGB value is (246,41,29). Sum of RGB (Red+Green+Blue) = 246+41+29=316 (41% of max value = 765). Red value is 246 (96.48% from 255 or 77.85% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 246 - color contains mainly: red. Hex color #F6291D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6291D is #09D6E2. Grayscale: #656565. Windows color (decimal): -644835 or 1911286. OLE color: 1911286.

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

Color convert

RGB 246 41 29 -
CMYK 0 0.83 0.88 0.04
HSL 3.32º 0.92% 0.54% -
HSV(B) 3.32º 0.88% 0.96% -
XYZ 39.02 21.27 3.21 -
YUV 100.93 87.42 231.48 -
System Red Green Blue C M Y K H S L
Decimal 246 41 29 0 0.83 0.88 0.04 3.32 0.92 0.54
Hex F6 29 1D 0 53 58 4 3 5C 36
Octal 366 51 35 0 123 130 4 3 134 66
Binary 11110110 101001 11101 0 1010011 1011000 100 11 1011100 110110

Color Harmonies of #F6291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6291D

Black with #F6291D

Text Example


Text Example

White with #F6291D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6291D; }

 p { color: rgb(246,41,29); }

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

background-color css

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

 a { background-color: rgb(246,41,29); }

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

border-color css

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

 span { border-color: rgb(246,41,29); }

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