Html Css Color HEX #FF1211 Red

📋 copy color: '#FF1211'

red 255 ◦ green 18 ◦ blue 17

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

Shades of Red #FF1211

Tints of Red #FF1211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.21%

 BLUE value IS 17 (7.03% from 255) = 5.86%

R = 87.93%
G = 6.21%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF1211 (or 0xFF1211) is known color: Red. HEX triplet: FF, 12 and 11. RGB value is (255,18,17). Sum of RGB (Red+Green+Blue) = 255+18+17=290 (38% of max value = 765). Red value is 255 (100% from 255 or 87.93% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1211 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1211 is #00EDEE. Grayscale: #585858. Windows color (decimal): -60911 or 1118975. OLE color: 1118975.

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

Color convert

RGB 255 18 17 -
CMYK 0 0.93 0.93 0
HSL 0.25º 1% 0.53% -
HSV(B) 0.25º 0.93% 1% -
XYZ 41.56 21.73 2.53 -
YUV 88.75 87.52 246.58 -
System Red Green Blue C M Y K H S L
Decimal 255 18 17 0 0.93 0.93 0 0.25 1 0.53
Hex FF 12 11 0 5D 5D 0 0 64 35
Octal 377 22 21 0 135 135 0 0 144 65
Binary 11111111 10010 10001 0 1011101 1011101 0 0 1100100 110101

Color Harmonies of #FF1211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1211

Black with #FF1211

Text Example


Text Example

White with #FF1211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1211; }

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

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

background-color css

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

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

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

border-color css

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

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

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