Html Css Color HEX #F42910 Scarlet

📋 copy color: '#F42910'

red 244 ◦ green 41 ◦ blue 16

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

Shades of Scarlet #F42910

Tints of Scarlet #F42910

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.62%

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

R = 81.06%
G = 13.62%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F42910 (or 0xF42910) is known color: Scarlet. HEX triplet: F4, 29 and 10. RGB value is (244,41,16). Sum of RGB (Red+Green+Blue) = 244+41+16=301 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.06% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 244 - color contains mainly: red. Hex color #F42910 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42910 is #0BD6EF. Grayscale: #636363. Windows color (decimal): -775920 or 1059316. OLE color: 1059316.

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

Color convert

RGB 244 41 16 -
CMYK 0 0.83 0.93 0.04
HSL 6.58º 0.91% 0.51% -
HSV(B) 6.58º 0.93% 0.96% -
XYZ 38.19 20.86 2.5 -
YUV 98.85 81.25 231.53 -
System Red Green Blue C M Y K H S L
Decimal 244 41 16 0 0.83 0.93 0.04 6.58 0.91 0.51
Hex F4 29 10 0 53 5D 4 7 5B 33
Octal 364 51 20 0 123 135 4 7 133 63
Binary 11110100 101001 10000 0 1010011 1011101 100 111 1011011 110011

Color Harmonies of #F42910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42910

Black with #F42910

Text Example


Text Example

White with #F42910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42910; }

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

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

background-color css

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

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

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

border-color css

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

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

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