Html Css Color HEX #F11D1A Scarlet

📋 copy color: '#F11D1A'

red 241 ◦ green 29 ◦ blue 26

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

Shades of Scarlet #F11D1A

Tints of Scarlet #F11D1A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.8%

 BLUE value IS 26 (10.55% from 255) = 8.78%

R = 81.42%
G = 9.8%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F11D1A (or 0xF11D1A) is known color: Scarlet. HEX triplet: F1, 1D and 1A. RGB value is (241,29,26). Sum of RGB (Red+Green+Blue) = 241+29+26=296 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.42% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11D1A is #0EE2E5. Grayscale: #5C5C5C. Windows color (decimal): -975590 or 1711601. OLE color: 1711601.

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

Color convert

RGB 241 29 26 -
CMYK 0 0.88 0.89 0.05
HSL 0.84º 0.88% 0.52% -
HSV(B) 0.84º 0.89% 0.95% -
XYZ 36.9 19.65 2.83 -
YUV 92.05 90.74 234.24 -
System Red Green Blue C M Y K H S L
Decimal 241 29 26 0 0.88 0.89 0.05 0.84 0.88 0.52
Hex F1 1D 1A 0 58 59 5 1 58 34
Octal 361 35 32 0 130 131 5 1 130 64
Binary 11110001 11101 11010 0 1011000 1011001 101 1 1011000 110100

Color Harmonies of #F11D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11D1A

Black with #F11D1A

Text Example


Text Example

White with #F11D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11D1A; }

 p { color: rgb(241,29,26); }

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

background-color css

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

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

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

border-color css

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

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

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