#FF2212

Color #FF2212 Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #FF2212

Tints of Scarlet #FF2212

Color information

#FF2212 (or 0xFF2212) is unknown color: approx Scarlet. HEX triplet: FF, 22 and 12. RGB value is (255,34,18). Sum of RGB (Red+Green+Blue) = 255+34+18=307 (40% of max value = 765). Red value is 255 (100% from 255 or 83.06% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2212 is #00DDED. Grayscale: #626262. Windows color (decimal): -56814 or 1188607. OLE color: 1188607.

HSL color Cylindrical-coordinate representation of color #FF2212: hue angle of 4.05º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF2212 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB2553418-
CMYK00.870.930
HSL4.05º100%53.53%-
HSV(B)4.05º92.94%100%-
XYZ41.9222.452.7-
YUV98.2682.72239.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 83.06%
GREEN value IS 34 (13.67% from 255) = 11.07%
BLUE value IS 18 (7.42% from 255) = 5.86%
R=83.06%
G=11.07%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255341800.870.9304.0510053.53
HexFF22120575D046436
Octal377422201271350414466
Binary111111111000101001001010111101110101001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2212; }

 p { color: rgb(255,34,18); }

 H1.HeaderClassName
 {
   color: #FF2212;
 }
 .AnyTagClassName
 {
   color: #FF2212;
 }
</style>
background-color css

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

 a { background-color: rgb(255,34,18); }

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

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

 span { border-color: rgb(255,34,18); }

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