Html Css Color HEX #FF2212 Scarlet

📋 copy color: '#FF2212'

red 255 ◦ green 34 ◦ blue 18

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

Shades of Scarlet #FF2212

Tints of Scarlet #FF2212

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 value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF2212 (or 0xFF2212) is known color: 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

RGB 255 34 18 -
CMYK 0 0.87 0.93 0
HSL 4.05º 1% 0.54% -
HSV(B) 4.05º 0.93% 1% -
XYZ 41.92 22.45 2.7 -
YUV 98.26 82.72 239.8 -
System Red Green Blue C M Y K H S L
Decimal 255 34 18 0 0.87 0.93 0 4.05 1 0.54
Hex FF 22 12 0 57 5D 0 4 64 36
Octal 377 42 22 0 127 135 0 4 144 66
Binary 11111111 100010 10010 0 1010111 1011101 0 100 1100100 110110

Color Harmonies of #FF2212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2212

Black with #FF2212

Text Example


Text Example

White with #FF2212

Text Example


Text Example

HTML Codes & Css Web 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>