Html Css Color HEX #D0332D Persian Red

📋 copy color: '#D0332D'

red 208 ◦ green 51 ◦ blue 45

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

Shades of Persian Red #D0332D

Tints of Persian Red #D0332D

RGB

 RED value IS 208 (81.64% from 255) = 68.42%

 GREEN value IS 51 (20.31% from 255) = 16.78%

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 68.42%
G = 16.78%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0332D (or 0xD0332D) is known color: Persian Red. HEX triplet: D0, 33 and 2D. RGB value is (208,51,45). Sum of RGB (Red+Green+Blue) = 208+51+45=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D0332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0332D is #2FCCD2. Grayscale: #616161. Windows color (decimal): -3132627 or 2962384. OLE color: 2962384.

HSL color Cylindrical-coordinate representation of color #D0332D: hue angle of 2.21º 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 #D0332D is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 51 45 -
CMYK 0 0.75 0.78 0.18
HSL 2.21º 0.64% 0.5% -
HSV(B) 2.21º 0.78% 0.82% -
XYZ 27.67 15.97 4.11 -
YUV 97.26 98.51 206.99 -
System Red Green Blue C M Y K H S L
Decimal 208 51 45 0 0.75 0.78 0.18 2.21 0.64 0.5
Hex D0 33 2D 0 4B 4E 12 2 40 32
Octal 320 63 55 0 113 116 22 2 100 62
Binary 11010000 110011 101101 0 1001011 1001110 10010 10 1000000 110010

Color Harmonies of #D0332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0332D

Black with #D0332D

Text Example


Text Example

White with #D0332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0332D; }

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

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

background-color css

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

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

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

border-color css

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

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

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