Html Css Color HEX #F6231C Scarlet

📋 copy color: '#F6231C'

red 246 ◦ green 35 ◦ blue 28

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

Shades of Scarlet #F6231C

Tints of Scarlet #F6231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.33%

 BLUE value IS 28 (11.33% from 255) = 9.06%

R = 79.61%
G = 11.33%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F6231C (or 0xF6231C) is known color: Scarlet. HEX triplet: F6, 23 and 1C. RGB value is (246,35,28). Sum of RGB (Red+Green+Blue) = 246+35+28=309 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.61% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 246 - color contains mainly: red. Hex color #F6231C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6231C is #09DCE3. Grayscale: #616161. Windows color (decimal): -646372 or 1844214. OLE color: 1844214.

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

Color convert

RGB 246 35 28 -
CMYK 0 0.86 0.89 0.04
HSL 1.93º 0.92% 0.54% -
HSV(B) 1.93º 0.89% 0.96% -
XYZ 38.82 20.88 3.08 -
YUV 97.29 88.9 234.07 -
System Red Green Blue C M Y K H S L
Decimal 246 35 28 0 0.86 0.89 0.04 1.93 0.92 0.54
Hex F6 23 1C 0 56 59 4 2 5C 36
Octal 366 43 34 0 126 131 4 2 134 66
Binary 11110110 100011 11100 0 1010110 1011001 100 10 1011100 110110

Color Harmonies of #F6231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6231C

Black with #F6231C

Text Example


Text Example

White with #F6231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6231C; }

 p { color: rgb(246,35,28); }

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

background-color css

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

 a { background-color: rgb(246,35,28); }

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

border-color css

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

 span { border-color: rgb(246,35,28); }

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