Html Css Color HEX #F11C1C Scarlet

📋 copy color: '#F11C1C'

red 241 ◦ green 28 ◦ blue 28

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

Shades of Scarlet #F11C1C

Tints of Scarlet #F11C1C

RGB

 RED value IS 241 (94.53% from 255) = 81.14%

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

 BLUE value IS 28 (11.33% from 255) = 9.43%

R = 81.14%
G = 9.43%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F11C1C (or 0xF11C1C) is known color: Scarlet. HEX triplet: F1, 1C and 1C. RGB value is (241,28,28). Sum of RGB (Red+Green+Blue) = 241+28+28=297 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.14% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11C1C is #0EE3E3. Grayscale: #5B5B5B. Windows color (decimal): -975844 or 1842417. OLE color: 1842417.

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

Color convert

RGB 241 28 28 -
CMYK 0 0.88 0.88 0.05
HSL 0.88% 0.53% -
HSV(B) 0.88% 0.95% -
XYZ 36.9 19.62 2.94 -
YUV 91.69 92.07 234.5 -
System Red Green Blue C M Y K H S L
Decimal 241 28 28 0 0.88 0.88 0.05 0 0.88 0.53
Hex F1 1C 1C 0 58 58 5 0 58 35
Octal 361 34 34 0 130 130 5 0 130 65
Binary 11110001 11100 11100 0 1011000 1011000 101 0 1011000 110101

Color Harmonies of #F11C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11C1C

Black with #F11C1C

Text Example


Text Example

White with #F11C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11C1C; }

 p { color: rgb(241,28,28); }

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

background-color css

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

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

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

border-color css

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

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

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