Html Css Color HEX #F12105 Scarlet

📋 copy color: '#F12105'

red 241 ◦ green 33 ◦ blue 5

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

Shades of Scarlet #F12105

Tints of Scarlet #F12105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.79%

R = 86.38%
G = 11.83%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F12105 (or 0xF12105) is known color: Scarlet. HEX triplet: F1, 21 and 05. RGB value is (241,33,5). Sum of RGB (Red+Green+Blue) = 241+33+5=279 (36% of max value = 765). Red value is 241 (94.53% from 255 or 86.38% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 241 - color contains mainly: red. Hex color #F12105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12105 is #0EDEFA. Grayscale: #5C5C5C. Windows color (decimal): -974587 or 336369. OLE color: 336369.

HSL color Cylindrical-coordinate representation of color #F12105: hue angle of 7.12º degrees, saturation: 0.96, 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 #F12105 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 33 5 -
CMYK 0 0.86 0.98 0.05
HSL 7.12º 0.96% 0.48% -
HSV(B) 7.12º 0.98% 0.95% -
XYZ 36.85 19.8 2.02 -
YUV 92 78.91 234.28 -
System Red Green Blue C M Y K H S L
Decimal 241 33 5 0 0.86 0.98 0.05 7.12 0.96 0.48
Hex F1 21 5 0 56 62 5 7 60 30
Octal 361 41 5 0 126 142 5 7 140 60
Binary 11110001 100001 101 0 1010110 1100010 101 111 1100000 110000

Color Harmonies of #F12105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12105

Black with #F12105

Text Example


Text Example

White with #F12105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12105; }

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

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

background-color css

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

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

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

border-color css

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

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

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