Html Css Color HEX #F12219 Scarlet

📋 copy color: '#F12219'

red 241 ◦ green 34 ◦ blue 25

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

Shades of Scarlet #F12219

Tints of Scarlet #F12219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.33%

R = 80.33%
G = 11.33%
B = 8.33%

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

#F12219 (or 0xF12219) is known color: Scarlet. HEX triplet: F1, 22 and 19. RGB value is (241,34,25). Sum of RGB (Red+Green+Blue) = 241+34+25=300 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.33% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 241 - color contains mainly: red. Hex color #F12219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12219 is #0EDDE6. Grayscale: #5F5F5F. Windows color (decimal): -974311 or 1647345. OLE color: 1647345.

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

Color convert

RGB 241 34 25 -
CMYK 0 0.86 0.90 0.05
HSL 2.5º 0.89% 0.52% -
HSV(B) 2.5º 0.9% 0.95% -
XYZ 37.02 19.92 2.81 -
YUV 94.87 88.58 232.23 -
System Red Green Blue C M Y K H S L
Decimal 241 34 25 0 0.86 0.90 0.05 2.5 0.89 0.52
Hex F1 22 19 0 56 5A 5 2 59 34
Octal 361 42 31 0 126 132 5 2 131 64
Binary 11110001 100010 11001 0 1010110 1011010 101 10 1011001 110100

Color Harmonies of #F12219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12219

Black with #F12219

Text Example


Text Example

White with #F12219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12219; }

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

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

background-color css

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

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

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

border-color css

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

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

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