Html Css Color HEX #F42406 Scarlet

📋 copy color: '#F42406'

red 244 ◦ green 36 ◦ blue 6

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

Shades of Scarlet #F42406

Tints of Scarlet #F42406

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.59%

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

R = 85.31%
G = 12.59%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F42406 (or 0xF42406) is known color: Scarlet. HEX triplet: F4, 24 and 06. RGB value is (244,36,6). Sum of RGB (Red+Green+Blue) = 244+36+6=286 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.31% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 244 - color contains mainly: red. Hex color #F42406 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42406 is #0BDBF9. Grayscale: #5F5F5F. Windows color (decimal): -777210 or 402676. OLE color: 402676.

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

Color convert

RGB 244 36 6 -
CMYK 0 0.85 0.98 0.04
HSL 7.56º 0.95% 0.49% -
HSV(B) 7.56º 0.98% 0.96% -
XYZ 37.97 20.51 2.13 -
YUV 94.77 77.91 234.44 -
System Red Green Blue C M Y K H S L
Decimal 244 36 6 0 0.85 0.98 0.04 7.56 0.95 0.49
Hex F4 24 6 0 55 62 4 8 5F 31
Octal 364 44 6 0 125 142 4 10 137 61
Binary 11110100 100100 110 0 1010101 1100010 100 1000 1011111 110001

Color Harmonies of #F42406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42406

Black with #F42406

Text Example


Text Example

White with #F42406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42406; }

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

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

background-color css

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

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

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

border-color css

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

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

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