#D02D2D

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

Shades of Persian Red #D02D2D

Tints of Persian Red #D02D2D

Color information

#D02D2D (or 0xD02D2D) is unknown color: approx Persian Red. HEX triplet: D0, 2D and 2D. RGB value is (208,45,45). Sum of RGB (Red+Green+Blue) = 208+45+45=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D2D is #2FD2D2. Grayscale: #5D5D5D. Windows color (decimal): -3134163 or 2960848. OLE color: 2960848.

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

Color convert

RGB2084545-
CMYK00.780.780.18
HSL64.43%49.61%-
HSV(B)78.37%81.57%-
XYZ27.4215.484.02-
YUV93.74100.5209.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 69.80%
GREEN value IS 45 (17.97% from 255) = 15.10%
BLUE value IS 45 (17.97% from 255) = 15.10%
R=69.80%
G=15.10%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208454500.780.780.18064.4349.61
HexD02D2D04E4E1204032
Octal3205555011611622010062
Binary110100001011011011010100111010011101001001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02D2D; }

 p { color: rgb(208,45,45); }

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

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

 a { background-color: rgb(208,45,45); }

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

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

 span { border-color: rgb(208,45,45); }

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