Html Css Color HEX #F11C0D Scarlet

📋 copy color: '#F11C0D'

red 241 ◦ green 28 ◦ blue 13

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

Shades of Scarlet #F11C0D

Tints of Scarlet #F11C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.61%

R = 85.46%
G = 9.93%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F11C0D (or 0xF11C0D) is known color: Scarlet. HEX triplet: F1, 1C and 0D. RGB value is (241,28,13). Sum of RGB (Red+Green+Blue) = 241+28+13=282 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.46% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11C0D is #0EE3F2. Grayscale: #5A5A5A. Windows color (decimal): -975859 or 859377. OLE color: 859377.

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

Color convert

RGB 241 28 13 -
CMYK 0 0.88 0.95 0.05
HSL 3.95º 0.9% 0.5% -
HSV(B) 3.95º 0.95% 0.95% -
XYZ 36.76 19.56 2.22 -
YUV 89.98 84.57 235.72 -
System Red Green Blue C M Y K H S L
Decimal 241 28 13 0 0.88 0.95 0.05 3.95 0.9 0.5
Hex F1 1C D 0 58 5F 5 4 5A 32
Octal 361 34 15 0 130 137 5 4 132 62
Binary 11110001 11100 1101 0 1011000 1011111 101 100 1011010 110010

Color Harmonies of #F11C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11C0D

Black with #F11C0D

Text Example


Text Example

White with #F11C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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