Html Css Color HEX #F11612 Scarlet

📋 copy color: '#F11612'

red 241 ◦ green 22 ◦ blue 18

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

Shades of Scarlet #F11612

Tints of Scarlet #F11612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.83%

 BLUE value IS 18 (7.42% from 255) = 6.41%

R = 85.77%
G = 7.83%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F11612 (or 0xF11612) is known color: Scarlet. HEX triplet: F1, 16 and 12. RGB value is (241,22,18). Sum of RGB (Red+Green+Blue) = 241+22+18=281 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.77% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 241 - color contains mainly: red. Hex color #F11612 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11612 is #0EE9ED. Grayscale: #575757. Windows color (decimal): -977390 or 1185521. OLE color: 1185521.

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

Color convert

RGB 241 22 18 -
CMYK 0 0.91 0.93 0.05
HSL 1.08º 0.89% 0.51% -
HSV(B) 1.08º 0.93% 0.95% -
XYZ 36.67 19.32 2.37 -
YUV 87.03 89.05 237.83 -
System Red Green Blue C M Y K H S L
Decimal 241 22 18 0 0.91 0.93 0.05 1.08 0.89 0.51
Hex F1 16 12 0 5B 5D 5 1 59 33
Octal 361 26 22 0 133 135 5 1 131 63
Binary 11110001 10110 10010 0 1011011 1011101 101 1 1011001 110011

Color Harmonies of #F11612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11612

Black with #F11612

Text Example


Text Example

White with #F11612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11612; }

 p { color: rgb(241,22,18); }

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

background-color css

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

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

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

border-color css

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

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

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