Html Css Color HEX #F6221E Scarlet

📋 copy color: '#F6221E'

red 246 ◦ green 34 ◦ blue 30

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

Shades of Scarlet #F6221E

Tints of Scarlet #F6221E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.97%

 BLUE value IS 30 (12.11% from 255) = 9.68%

R = 79.35%
G = 10.97%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F6221E (or 0xF6221E) is known color: Scarlet. HEX triplet: F6, 22 and 1E. RGB value is (246,34,30). Sum of RGB (Red+Green+Blue) = 246+34+30=310 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.35% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 246 - color contains mainly: red. Hex color #F6221E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6221E is #09DDE1. Grayscale: #616161. Windows color (decimal): -646626 or 1975030. OLE color: 1975030.

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

Color convert

RGB 246 34 30 -
CMYK 0 0.86 0.88 0.04
HSL 1.11º 0.92% 0.54% -
HSV(B) 1.11º 0.88% 0.96% -
XYZ 38.81 20.83 3.2 -
YUV 96.93 90.24 234.33 -
System Red Green Blue C M Y K H S L
Decimal 246 34 30 0 0.86 0.88 0.04 1.11 0.92 0.54
Hex F6 22 1E 0 56 58 4 1 5C 36
Octal 366 42 36 0 126 130 4 1 134 66
Binary 11110110 100010 11110 0 1010110 1011000 100 1 1011100 110110

Color Harmonies of #F6221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6221E

Black with #F6221E

Text Example


Text Example

White with #F6221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6221E; }

 p { color: rgb(246,34,30); }

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

background-color css

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

 a { background-color: rgb(246,34,30); }

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

border-color css

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

 span { border-color: rgb(246,34,30); }

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