Html Css Color HEX #F41C15 Scarlet

📋 copy color: '#F41C15'

red 244 ◦ green 28 ◦ blue 21

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

Shades of Scarlet #F41C15

Tints of Scarlet #F41C15

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.56%

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

R = 83.28%
G = 9.56%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F41C15 (or 0xF41C15) is known color: Scarlet. HEX triplet: F4, 1C and 15. RGB value is (244,28,21). Sum of RGB (Red+Green+Blue) = 244+28+21=293 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.28% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41C15 is #0BE3EA. Grayscale: #5C5C5C. Windows color (decimal): -779243 or 1383668. OLE color: 1383668.

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

Color convert

RGB 244 28 21 -
CMYK 0 0.89 0.91 0.04
HSL 1.88º 0.91% 0.52% -
HSV(B) 1.88º 0.91% 0.96% -
XYZ 37.86 20.12 2.6 -
YUV 91.79 88.06 236.57 -
System Red Green Blue C M Y K H S L
Decimal 244 28 21 0 0.89 0.91 0.04 1.88 0.91 0.52
Hex F4 1C 15 0 59 5B 4 2 5B 34
Octal 364 34 25 0 131 133 4 2 133 64
Binary 11110100 11100 10101 0 1011001 1011011 100 10 1011011 110100

Color Harmonies of #F41C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41C15

Black with #F41C15

Text Example


Text Example

White with #F41C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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