Html Css Color HEX #F11D06 Scarlet

📋 copy color: '#F11D06'

red 241 ◦ green 29 ◦ blue 6

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

Shades of Scarlet #F11D06

Tints of Scarlet #F11D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.17%

R = 87.32%
G = 10.51%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F11D06 (or 0xF11D06) is known color: Scarlet. HEX triplet: F1, 1D and 06. RGB value is (241,29,6). Sum of RGB (Red+Green+Blue) = 241+29+6=276 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.32% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11D06 is #0EE2F9. Grayscale: #5A5A5A. Windows color (decimal): -975610 or 400881. OLE color: 400881.

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

Color convert

RGB 241 29 6 -
CMYK 0 0.88 0.98 0.05
HSL 5.87º 0.95% 0.48% -
HSV(B) 5.87º 0.98% 0.95% -
XYZ 36.75 19.59 2.02 -
YUV 89.77 80.74 235.87 -
System Red Green Blue C M Y K H S L
Decimal 241 29 6 0 0.88 0.98 0.05 5.87 0.95 0.48
Hex F1 1D 6 0 58 62 5 6 5F 30
Octal 361 35 6 0 130 142 5 6 137 60
Binary 11110001 11101 110 0 1011000 1100010 101 110 1011111 110000

Color Harmonies of #F11D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11D06

Black with #F11D06

Text Example


Text Example

White with #F11D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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