Html Css Color HEX #F42215 Scarlet

📋 copy color: '#F42215'

red 244 ◦ green 34 ◦ blue 21

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

Shades of Scarlet #F42215

Tints of Scarlet #F42215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.37%

 BLUE value IS 21 (8.59% from 255) = 7.02%

R = 81.61%
G = 11.37%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F42215 (or 0xF42215) is known color: Scarlet. HEX triplet: F4, 22 and 15. RGB value is (244,34,21). Sum of RGB (Red+Green+Blue) = 244+34+21=299 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.61% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 244 - color contains mainly: red. Hex color #F42215 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42215 is #0BDDEA. Grayscale: #5F5F5F. Windows color (decimal): -777707 or 1385204. OLE color: 1385204.

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

Color convert

RGB 244 34 21 -
CMYK 0 0.86 0.91 0.04
HSL 3.5º 0.91% 0.52% -
HSV(B) 3.5º 0.91% 0.96% -
XYZ 38.02 20.43 2.65 -
YUV 95.31 86.07 234.06 -
System Red Green Blue C M Y K H S L
Decimal 244 34 21 0 0.86 0.91 0.04 3.5 0.91 0.52
Hex F4 22 15 0 56 5B 4 3 5B 34
Octal 364 42 25 0 126 133 4 3 133 64
Binary 11110100 100010 10101 0 1010110 1011011 100 11 1011011 110100

Color Harmonies of #F42215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42215

Black with #F42215

Text Example


Text Example

White with #F42215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42215; }

 p { color: rgb(244,34,21); }

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

background-color css

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

 a { background-color: rgb(244,34,21); }

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

border-color css

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

 span { border-color: rgb(244,34,21); }

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