Html Css Color HEX #F42206 Scarlet

📋 copy color: '#F42206'

red 244 ◦ green 34 ◦ blue 6

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

Shades of Scarlet #F42206

Tints of Scarlet #F42206

RGB

 RED value IS 244 (95.7% from 255) = 85.92%

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

 BLUE value IS 6 (2.73% from 255) = 2.11%

R = 85.92%
G = 11.97%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F42206 (or 0xF42206) is known color: Scarlet. HEX triplet: F4, 22 and 06. RGB value is (244,34,6). Sum of RGB (Red+Green+Blue) = 244+34+6=284 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.92% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 244 - color contains mainly: red. Hex color #F42206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42206 is #0BDDF9. Grayscale: #5D5D5D. Windows color (decimal): -777722 or 402164. OLE color: 402164.

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

Color convert

RGB 244 34 6 -
CMYK 0 0.86 0.98 0.04
HSL 7.06º 0.95% 0.49% -
HSV(B) 7.06º 0.98% 0.96% -
XYZ 37.91 20.39 2.11 -
YUV 93.6 78.57 235.28 -
System Red Green Blue C M Y K H S L
Decimal 244 34 6 0 0.86 0.98 0.04 7.06 0.95 0.49
Hex F4 22 6 0 56 62 4 7 5F 31
Octal 364 42 6 0 126 142 4 7 137 61
Binary 11110100 100010 110 0 1010110 1100010 100 111 1011111 110001

Color Harmonies of #F42206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42206

Black with #F42206

Text Example


Text Example

White with #F42206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42206; }

 p { color: rgb(244,34,6); }

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

background-color css

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

 a { background-color: rgb(244,34,6); }

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

border-color css

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

 span { border-color: rgb(244,34,6); }

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