Html Css Color HEX #F42610 Scarlet

📋 copy color: '#F42610'

red 244 ◦ green 38 ◦ blue 16

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

Shades of Scarlet #F42610

Tints of Scarlet #F42610

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.75%

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

R = 81.88%
G = 12.75%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F42610 (or 0xF42610) is known color: Scarlet. HEX triplet: F4, 26 and 10. RGB value is (244,38,16). Sum of RGB (Red+Green+Blue) = 244+38+16=298 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.88% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 244 - color contains mainly: red. Hex color #F42610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42610 is #0BD9EF. Grayscale: #616161. Windows color (decimal): -776688 or 1058548. OLE color: 1058548.

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

Color convert

RGB 244 38 16 -
CMYK 0 0.84 0.93 0.04
HSL 5.79º 0.91% 0.51% -
HSV(B) 5.79º 0.93% 0.96% -
XYZ 38.09 20.66 2.47 -
YUV 97.09 82.25 232.79 -
System Red Green Blue C M Y K H S L
Decimal 244 38 16 0 0.84 0.93 0.04 5.79 0.91 0.51
Hex F4 26 10 0 54 5D 4 6 5B 33
Octal 364 46 20 0 124 135 4 6 133 63
Binary 11110100 100110 10000 0 1010100 1011101 100 110 1011011 110011

Color Harmonies of #F42610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42610

Black with #F42610

Text Example


Text Example

White with #F42610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42610; }

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

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

background-color css

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

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

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

border-color css

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

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

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