Html Css Color HEX #F12107 Scarlet

📋 copy color: '#F12107'

red 241 ◦ green 33 ◦ blue 7

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

Shades of Scarlet #F12107

Tints of Scarlet #F12107

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.74%

 BLUE value IS 7 (3.13% from 255) = 2.49%

R = 85.77%
G = 11.74%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F12107 (or 0xF12107) is known color: Scarlet. HEX triplet: F1, 21 and 07. RGB value is (241,33,7). Sum of RGB (Red+Green+Blue) = 241+33+7=281 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.77% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 241 - color contains mainly: red. Hex color #F12107 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12107 is #0EDEF8. Grayscale: #5C5C5C. Windows color (decimal): -974585 or 467441. OLE color: 467441.

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

Color convert

RGB 241 33 7 -
CMYK 0 0.86 0.97 0.05
HSL 6.67º 0.94% 0.49% -
HSV(B) 6.67º 0.97% 0.95% -
XYZ 36.86 19.8 2.08 -
YUV 92.23 79.91 234.11 -
System Red Green Blue C M Y K H S L
Decimal 241 33 7 0 0.86 0.97 0.05 6.67 0.94 0.49
Hex F1 21 7 0 56 61 5 7 5E 31
Octal 361 41 7 0 126 141 5 7 136 61
Binary 11110001 100001 111 0 1010110 1100001 101 111 1011110 110001

Color Harmonies of #F12107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12107

Black with #F12107

Text Example


Text Example

White with #F12107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12107; }

 p { color: rgb(241,33,7); }

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

background-color css

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

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

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

border-color css

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

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

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