Html Css Color HEX #FF2214 Scarlet

📋 copy color: '#FF2214'

red 255 ◦ green 34 ◦ blue 20

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

Shades of Scarlet #FF2214

Tints of Scarlet #FF2214

RGB

 RED value IS 255 (100% from 255) = 82.52%

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

 BLUE value IS 20 (8.2% from 255) = 6.47%

R = 82.52%
G = 11%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF2214 (or 0xFF2214) is known color: Scarlet. HEX triplet: FF, 22 and 14. RGB value is (255,34,20). Sum of RGB (Red+Green+Blue) = 255+34+20=309 (40% of max value = 765). Red value is 255 (100% from 255 or 82.52% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2214 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2214 is #00DDEB. Grayscale: #626262. Windows color (decimal): -56812 or 1319679. OLE color: 1319679.

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

Color convert

RGB 255 34 20 -
CMYK 0 0.87 0.92 0
HSL 3.57º 1% 0.54% -
HSV(B) 3.57º 0.92% 1% -
XYZ 41.94 22.45 2.79 -
YUV 98.48 83.72 239.64 -
System Red Green Blue C M Y K H S L
Decimal 255 34 20 0 0.87 0.92 0 3.57 1 0.54
Hex FF 22 14 0 57 5C 0 4 64 36
Octal 377 42 24 0 127 134 0 4 144 66
Binary 11111111 100010 10100 0 1010111 1011100 0 100 1100100 110110

Color Harmonies of #FF2214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2214

Black with #FF2214

Text Example


Text Example

White with #FF2214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2214; }

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

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

background-color css

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

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

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

border-color css

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

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

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