Html Css Color HEX #F42105 Scarlet

📋 copy color: '#F42105'

red 244 ◦ green 33 ◦ blue 5

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

Shades of Scarlet #F42105

Tints of Scarlet #F42105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 86.52%
G = 11.7%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F42105 (or 0xF42105) is known color: Scarlet. HEX triplet: F4, 21 and 05. RGB value is (244,33,5). Sum of RGB (Red+Green+Blue) = 244+33+5=282 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.52% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 244 - color contains mainly: red. Hex color #F42105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42105 is #0BDEFA. Grayscale: #5D5D5D. Windows color (decimal): -777979 or 336372. OLE color: 336372.

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

Color convert

RGB 244 33 5 -
CMYK 0 0.86 0.98 0.04
HSL 7.03º 0.96% 0.49% -
HSV(B) 7.03º 0.98% 0.96% -
XYZ 37.88 20.33 2.07 -
YUV 92.9 78.4 235.78 -
System Red Green Blue C M Y K H S L
Decimal 244 33 5 0 0.86 0.98 0.04 7.03 0.96 0.49
Hex F4 21 5 0 56 62 4 7 60 31
Octal 364 41 5 0 126 142 4 7 140 61
Binary 11110100 100001 101 0 1010110 1100010 100 111 1100000 110001

Color Harmonies of #F42105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42105

Black with #F42105

Text Example


Text Example

White with #F42105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42105; }

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

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

background-color css

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

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

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

border-color css

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

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

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