Html Css Color HEX #FF2200 Scarlet

📋 copy color: '#FF2200'

red 255 ◦ green 34 ◦ blue 0

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

Shades of Scarlet #FF2200

Tints of Scarlet #FF2200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.24%
G = 11.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF2200 (or 0xFF2200) is known color: Scarlet. HEX triplet: FF, 22 and 00. RGB value is (255,34,0). Sum of RGB (Red+Green+Blue) = 255+34+0=289 (38% of max value = 765). Red value is 255 (100% from 255 or 88.24% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2200 is #00DDFF. Grayscale: #606060. Windows color (decimal): -56832 or 8959. OLE color: 8959.

HSL color Cylindrical-coordinate representation of color #FF2200: hue angle of 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 #FF2200 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB 255 34 0 -
CMYK 0 0.87 1 0
HSL 1% 0.5% -
HSV(B) 1% 1% -
XYZ 41.81 22.4 2.12 -
YUV 96.2 73.72 241.26 -
System Red Green Blue C M Y K H S L
Decimal 255 34 0 0 0.87 1 0 8 1 0.5
Hex FF 22 0 0 57 64 0 8 64 32
Octal 377 42 0 0 127 144 0 10 144 62
Binary 11111111 100010 0 0 1010111 1100100 0 1000 1100100 110010

Color Harmonies of #FF2200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2200

Black with #FF2200

Text Example


Text Example

White with #FF2200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2200; }

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

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

background-color css

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

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

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

border-color css

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

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

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