Html Css Color HEX #D0332A Persian Red

📋 copy color: '#D0332A'

red 208 ◦ green 51 ◦ blue 42

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

Shades of Persian Red #D0332A

Tints of Persian Red #D0332A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.95%

R = 69.1%
G = 16.94%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0332A (or 0xD0332A) is known color: Persian Red. HEX triplet: D0, 33 and 2A. RGB value is (208,51,42). Sum of RGB (Red+Green+Blue) = 208+51+42=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D0332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0332A is #2FCCD5. Grayscale: #616161. Windows color (decimal): -3132630 or 2765776. OLE color: 2765776.

HSL color Cylindrical-coordinate representation of color #D0332A: hue angle of 3.25º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0332A is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 51 42 -
CMYK 0 0.75 0.80 0.18
HSL 3.25º 0.66% 0.49% -
HSV(B) 3.25º 0.8% 0.82% -
XYZ 27.61 15.94 3.81 -
YUV 96.92 97.01 207.23 -
System Red Green Blue C M Y K H S L
Decimal 208 51 42 0 0.75 0.80 0.18 3.25 0.66 0.49
Hex D0 33 2A 0 4B 50 12 3 42 31
Octal 320 63 52 0 113 120 22 3 102 61
Binary 11010000 110011 101010 0 1001011 1010000 10010 11 1000010 110001

Color Harmonies of #D0332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0332A

Black with #D0332A

Text Example


Text Example

White with #D0332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0332A; }

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

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

background-color css

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

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

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

border-color css

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

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

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