Html Css Color HEX #F42E11 Scarlet

📋 copy color: '#F42E11'

red 244 ◦ green 46 ◦ blue 17

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

Shades of Scarlet #F42E11

Tints of Scarlet #F42E11

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.98%

 BLUE value IS 17 (7.03% from 255) = 5.54%

R = 79.48%
G = 14.98%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F42E11 (or 0xF42E11) is known color: Scarlet. HEX triplet: F4, 2E and 11. RGB value is (244,46,17). Sum of RGB (Red+Green+Blue) = 244+46+17=307 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.48% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 244 - color contains mainly: red. Hex color #F42E11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42E11 is #0BD1EE. Grayscale: #666666. Windows color (decimal): -774639 or 1126132. OLE color: 1126132.

HSL color Cylindrical-coordinate representation of color #F42E11: hue angle of 7.67º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F42E11 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 46 17 -
CMYK 0 0.81 0.93 0.04
HSL 7.67º 0.91% 0.51% -
HSV(B) 7.67º 0.93% 0.96% -
XYZ 38.39 21.23 2.6 -
YUV 101.9 80.1 229.36 -
System Red Green Blue C M Y K H S L
Decimal 244 46 17 0 0.81 0.93 0.04 7.67 0.91 0.51
Hex F4 2E 11 0 51 5D 4 8 5B 33
Octal 364 56 21 0 121 135 4 10 133 63
Binary 11110100 101110 10001 0 1010001 1011101 100 1000 1011011 110011

Color Harmonies of #F42E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42E11

Black with #F42E11

Text Example


Text Example

White with #F42E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42E11; }

 p { color: rgb(244,46,17); }

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

background-color css

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

 a { background-color: rgb(244,46,17); }

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

border-color css

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

 span { border-color: rgb(244,46,17); }

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