Html Css Color HEX #F6211B Scarlet

📋 copy color: '#F6211B'

red 246 ◦ green 33 ◦ blue 27

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

Shades of Scarlet #F6211B

Tints of Scarlet #F6211B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.78%

 BLUE value IS 27 (10.94% from 255) = 8.82%

R = 80.39%
G = 10.78%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F6211B (or 0xF6211B) is known color: Scarlet. HEX triplet: F6, 21 and 1B. RGB value is (246,33,27). Sum of RGB (Red+Green+Blue) = 246+33+27=306 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.39% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 246 - color contains mainly: red. Hex color #F6211B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6211B is #09DEE4. Grayscale: #606060. Windows color (decimal): -646885 or 1778166. OLE color: 1778166.

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

Color convert

RGB 246 33 27 -
CMYK 0 0.87 0.89 0.04
HSL 1.64º 0.92% 0.54% -
HSV(B) 1.64º 0.89% 0.96% -
XYZ 38.75 20.76 3 -
YUV 96 89.07 234.99 -
System Red Green Blue C M Y K H S L
Decimal 246 33 27 0 0.87 0.89 0.04 1.64 0.92 0.54
Hex F6 21 1B 0 57 59 4 2 5C 36
Octal 366 41 33 0 127 131 4 2 134 66
Binary 11110110 100001 11011 0 1010111 1011001 100 10 1011100 110110

Color Harmonies of #F6211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6211B

Black with #F6211B

Text Example


Text Example

White with #F6211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6211B; }

 p { color: rgb(246,33,27); }

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

background-color css

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

 a { background-color: rgb(246,33,27); }

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

border-color css

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

 span { border-color: rgb(246,33,27); }

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