Html Css Color HEX #F42115 Scarlet

📋 copy color: '#F42115'

red 244 ◦ green 33 ◦ blue 21

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

Shades of Scarlet #F42115

Tints of Scarlet #F42115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.07%

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

R = 81.88%
G = 11.07%
B = 7.05%

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

#F42115 (or 0xF42115) is known color: Scarlet. HEX triplet: F4, 21 and 15. RGB value is (244,33,21). Sum of RGB (Red+Green+Blue) = 244+33+21=298 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.88% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 244 - color contains mainly: red. Hex color #F42115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42115 is #0BDEEA. Grayscale: #5E5E5E. Windows color (decimal): -777963 or 1384948. OLE color: 1384948.

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

Color convert

RGB 244 33 21 -
CMYK 0 0.86 0.91 0.04
HSL 3.23º 0.91% 0.52% -
HSV(B) 3.23º 0.91% 0.96% -
XYZ 37.99 20.37 2.64 -
YUV 94.72 86.4 234.48 -
System Red Green Blue C M Y K H S L
Decimal 244 33 21 0 0.86 0.91 0.04 3.23 0.91 0.52
Hex F4 21 15 0 56 5B 4 3 5B 34
Octal 364 41 25 0 126 133 4 3 133 64
Binary 11110100 100001 10101 0 1010110 1011011 100 11 1011011 110100

Color Harmonies of #F42115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42115

Black with #F42115

Text Example


Text Example

White with #F42115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42115; }

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

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

background-color css

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

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

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

border-color css

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

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

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