Html Css Color HEX #F42416 Scarlet

📋 copy color: '#F42416'

red 244 ◦ green 36 ◦ blue 22

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

Shades of Scarlet #F42416

Tints of Scarlet #F42416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.92%

 BLUE value IS 22 (8.98% from 255) = 7.28%

R = 80.79%
G = 11.92%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F42416 (or 0xF42416) is known color: Scarlet. HEX triplet: F4, 24 and 16. RGB value is (244,36,22). Sum of RGB (Red+Green+Blue) = 244+36+22=302 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.79% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 244 - color contains mainly: red. Hex color #F42416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42416 is #0BDBE9. Grayscale: #606060. Windows color (decimal): -777194 or 1451252. OLE color: 1451252.

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

Color convert

RGB 244 36 22 -
CMYK 0 0.85 0.91 0.04
HSL 3.78º 0.91% 0.52% -
HSV(B) 3.78º 0.91% 0.96% -
XYZ 38.08 20.55 2.72 -
YUV 96.6 85.91 233.14 -
System Red Green Blue C M Y K H S L
Decimal 244 36 22 0 0.85 0.91 0.04 3.78 0.91 0.52
Hex F4 24 16 0 55 5B 4 4 5B 34
Octal 364 44 26 0 125 133 4 4 133 64
Binary 11110100 100100 10110 0 1010101 1011011 100 100 1011011 110100

Color Harmonies of #F42416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42416

Black with #F42416

Text Example


Text Example

White with #F42416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42416; }

 p { color: rgb(244,36,22); }

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

background-color css

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

 a { background-color: rgb(244,36,22); }

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

border-color css

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

 span { border-color: rgb(244,36,22); }

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