#d6211f

Color #D6211F Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #D6211F

Tints of Persian Red #D6211F

Color information

#D6211F (or 0xD6211F) is unknown color: approx Persian Red. HEX triplet: D6, 21 and 1F. RGB value is (214,33,31). Sum of RGB (Red+Green+Blue) = 214+33+31=278 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.98% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 214 - color contains mainly: red. Hex color #D6211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6211F is #29DEE0. Grayscale: #575757. Windows color (decimal): -2744033 or 2040278. OLE color: 2040278.

HSL color Cylindrical-coordinate representation of color #D6211F: hue angle of 0.66º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6211F is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB2143331-
CMYK00.850.860.16
HSL0.66º74.69%48.04%-
HSV(B)0.66º85.51%83.92%-
XYZ28.5215.482.78-
YUV86.8996.47218.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 76.98%
GREEN value IS 33 (13.28% from 255) = 11.87%
BLUE value IS 31 (12.5% from 255) = 11.15%
R=76.98%
G=11.87%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214333100.850.860.160.6674.6948.04
HexD6211F055561014b30
Octal3264137012512620111360
Binary11010110100001111110101010110101101000011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6211f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6211f; }

 p { color: rgb(214,33,31); }

 H1.HeaderClassName
 {
   color: #d6211f;
 }
 .AnyTagClassName
 {
   color: #d6211f;
 }
</style>
background-color css

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

 a { background-color: rgb(214,33,31); }

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

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

 span { border-color: rgb(214,33,31); }

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