Html Css Color HEX #F41818 Scarlet

📋 copy color: '#F41818'

red 244 ◦ green 24 ◦ blue 24

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

Shades of Scarlet #F41818

Tints of Scarlet #F41818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.22%

 BLUE value IS 24 (9.77% from 255) = 8.22%

R = 83.56%
G = 8.22%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F41818 (or 0xF41818) is known color: Scarlet. HEX triplet: F4, 18 and 18. RGB value is (244,24,24). Sum of RGB (Red+Green+Blue) = 244+24+24=292 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.56% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 244 - color contains mainly: red. Hex color #F41818 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41818 is #0BE7E7. Grayscale: #5A5A5A. Windows color (decimal): -780264 or 1579252. OLE color: 1579252.

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

Color convert

RGB 244 24 24 -
CMYK 0 0.90 0.90 0.04
HSL 0.91% 0.53% -
HSV(B) 0.9% 0.96% -
XYZ 37.8 19.95 2.72 -
YUV 89.78 90.89 238 -
System Red Green Blue C M Y K H S L
Decimal 244 24 24 0 0.90 0.90 0.04 0 0.91 0.53
Hex F4 18 18 0 5A 5A 4 0 5B 35
Octal 364 30 30 0 132 132 4 0 133 65
Binary 11110100 11000 11000 0 1011010 1011010 100 0 1011011 110101

Color Harmonies of #F41818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41818

Black with #F41818

Text Example


Text Example

White with #F41818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41818; }

 p { color: rgb(244,24,24); }

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

background-color css

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

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

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

border-color css

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

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

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