Html Css Color HEX #F12213 Scarlet

📋 copy color: '#F12213'

red 241 ◦ green 34 ◦ blue 19

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

Shades of Scarlet #F12213

Tints of Scarlet #F12213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.46%

R = 81.97%
G = 11.56%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F12213 (or 0xF12213) is known color: Scarlet. HEX triplet: F1, 22 and 13. RGB value is (241,34,19). Sum of RGB (Red+Green+Blue) = 241+34+19=294 (38% of max value = 765). Red value is 241 (94.53% from 255 or 81.97% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 241 - color contains mainly: red. Hex color #F12213 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12213 is #0EDDEC. Grayscale: #5E5E5E. Windows color (decimal): -974317 or 1254129. OLE color: 1254129.

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

Color convert

RGB 241 34 19 -
CMYK 0 0.86 0.92 0.05
HSL 4.05º 0.89% 0.51% -
HSV(B) 4.05º 0.92% 0.95% -
XYZ 36.97 19.89 2.51 -
YUV 94.18 85.58 232.72 -
System Red Green Blue C M Y K H S L
Decimal 241 34 19 0 0.86 0.92 0.05 4.05 0.89 0.51
Hex F1 22 13 0 56 5C 5 4 59 33
Octal 361 42 23 0 126 134 5 4 131 63
Binary 11110001 100010 10011 0 1010110 1011100 101 100 1011001 110011

Color Harmonies of #F12213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12213

Black with #F12213

Text Example


Text Example

White with #F12213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12213; }

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

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

background-color css

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

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

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

border-color css

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

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

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