Html Css Color HEX #F42106 Scarlet

📋 copy color: '#F42106'

red 244 ◦ green 33 ◦ blue 6

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

Shades of Scarlet #F42106

Tints of Scarlet #F42106

RGB

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

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

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

R = 86.22%
G = 11.66%
B = 2.12%

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

#F42106 (or 0xF42106) is known color: Scarlet. HEX triplet: F4, 21 and 06. RGB value is (244,33,6). Sum of RGB (Red+Green+Blue) = 244+33+6=283 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.22% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 244 - color contains mainly: red. Hex color #F42106 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42106 is #0BDEF9. Grayscale: #5D5D5D. Windows color (decimal): -777978 or 401908. OLE color: 401908.

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

Color convert

RGB 244 33 6 -
CMYK 0 0.86 0.98 0.04
HSL 6.81º 0.95% 0.49% -
HSV(B) 6.81º 0.98% 0.96% -
XYZ 37.88 20.33 2.1 -
YUV 93.01 78.9 235.7 -
System Red Green Blue C M Y K H S L
Decimal 244 33 6 0 0.86 0.98 0.04 6.81 0.95 0.49
Hex F4 21 6 0 56 62 4 7 5F 31
Octal 364 41 6 0 126 142 4 7 137 61
Binary 11110100 100001 110 0 1010110 1100010 100 111 1011111 110001

Color Harmonies of #F42106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42106

Black with #F42106

Text Example


Text Example

White with #F42106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42106; }

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

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

background-color css

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

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

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

border-color css

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

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

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