Html Css Color HEX #FF2201 Scarlet

📋 copy color: '#FF2201'

red 255 ◦ green 34 ◦ blue 1

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

Shades of Scarlet #FF2201

Tints of Scarlet #FF2201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 87.93%
G = 11.72%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF2201 (or 0xFF2201) is known color: Scarlet. HEX triplet: FF, 22 and 01. RGB value is (255,34,1). Sum of RGB (Red+Green+Blue) = 255+34+1=290 (38% of max value = 765). Red value is 255 (100% from 255 or 87.93% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2201 is #00DDFE. Grayscale: #606060. Windows color (decimal): -56831 or 74495. OLE color: 74495.

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

Color convert

RGB 255 34 1 -
CMYK 0 0.87 1.00 0
HSL 7.8º 1% 0.5% -
HSV(B) 7.8º 1% 1% -
XYZ 41.82 22.41 2.15 -
YUV 96.32 74.22 241.18 -
System Red Green Blue C M Y K H S L
Decimal 255 34 1 0 0.87 1.00 0 7.8 1 0.5
Hex FF 22 1 0 57 64 0 8 64 32
Octal 377 42 1 0 127 144 0 10 144 62
Binary 11111111 100010 1 0 1010111 1100100 0 1000 1100100 110010

Color Harmonies of #FF2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2201

Black with #FF2201

Text Example


Text Example

White with #FF2201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2201; }

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

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

background-color css

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

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

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

border-color css

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

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

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