Html Css Color HEX #F12217 Scarlet

📋 copy color: '#F12217'

red 241 ◦ green 34 ◦ blue 23

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

Shades of Scarlet #F12217

Tints of Scarlet #F12217

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.41%

 BLUE value IS 23 (9.38% from 255) = 7.72%

R = 80.87%
G = 11.41%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F12217 (or 0xF12217) is known color: Scarlet. HEX triplet: F1, 22 and 17. RGB value is (241,34,23). Sum of RGB (Red+Green+Blue) = 241+34+23=298 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.87% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 241 - color contains mainly: red. Hex color #F12217 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12217 is #0EDDE8. Grayscale: #5E5E5E. Windows color (decimal): -974313 or 1516273. OLE color: 1516273.

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

Color convert

RGB 241 34 23 -
CMYK 0 0.86 0.90 0.05
HSL 3.03º 0.89% 0.52% -
HSV(B) 3.03º 0.9% 0.95% -
XYZ 37 19.91 2.7 -
YUV 94.64 87.58 232.39 -
System Red Green Blue C M Y K H S L
Decimal 241 34 23 0 0.86 0.90 0.05 3.03 0.89 0.52
Hex F1 22 17 0 56 5A 5 3 59 34
Octal 361 42 27 0 126 132 5 3 131 64
Binary 11110001 100010 10111 0 1010110 1011010 101 11 1011001 110100

Color Harmonies of #F12217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12217

Black with #F12217

Text Example


Text Example

White with #F12217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12217; }

 p { color: rgb(241,34,23); }

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

background-color css

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

 a { background-color: rgb(241,34,23); }

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

border-color css

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

 span { border-color: rgb(241,34,23); }

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