Html Css Color HEX #F41610 Scarlet

📋 copy color: '#F41610'

red 244 ◦ green 22 ◦ blue 16

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

Shades of Scarlet #F41610

Tints of Scarlet #F41610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.8%

 BLUE value IS 16 (6.64% from 255) = 5.67%

R = 86.52%
G = 7.8%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F41610 (or 0xF41610) is known color: Scarlet. HEX triplet: F4, 16 and 10. RGB value is (244,22,16). Sum of RGB (Red+Green+Blue) = 244+22+16=282 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.52% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 244 - color contains mainly: red. Hex color #F41610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41610 is #0BE9EF. Grayscale: #575757. Windows color (decimal): -780784 or 1054452. OLE color: 1054452.

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

Color convert

RGB 244 22 16 -
CMYK 0 0.91 0.93 0.04
HSL 1.58º 0.91% 0.51% -
HSV(B) 1.58º 0.93% 0.96% -
XYZ 37.69 19.84 2.33 -
YUV 87.69 87.55 239.49 -
System Red Green Blue C M Y K H S L
Decimal 244 22 16 0 0.91 0.93 0.04 1.58 0.91 0.51
Hex F4 16 10 0 5B 5D 4 2 5B 33
Octal 364 26 20 0 133 135 4 2 133 63
Binary 11110100 10110 10000 0 1011011 1011101 100 10 1011011 110011

Color Harmonies of #F41610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41610

Black with #F41610

Text Example


Text Example

White with #F41610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41610; }

 p { color: rgb(244,22,16); }

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

background-color css

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

 a { background-color: rgb(244,22,16); }

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

border-color css

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

 span { border-color: rgb(244,22,16); }

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