Html Css Color HEX #D0322A Persian Red

📋 copy color: '#D0322A'

red 208 ◦ green 50 ◦ blue 42

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

Shades of Persian Red #D0322A

Tints of Persian Red #D0322A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.67%

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

R = 69.33%
G = 16.67%
B = 14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0322A (or 0xD0322A) is known color: Persian Red. HEX triplet: D0, 32 and 2A. RGB value is (208,50,42). Sum of RGB (Red+Green+Blue) = 208+50+42=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D0322A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0322A is #2FCDD5. Grayscale: #606060. Windows color (decimal): -3132886 or 2765520. OLE color: 2765520.

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

Color convert

RGB 208 50 42 -
CMYK 0 0.76 0.80 0.18
HSL 2.89º 0.66% 0.49% -
HSV(B) 2.89º 0.8% 0.82% -
XYZ 27.57 15.86 3.8 -
YUV 96.33 97.35 207.65 -
System Red Green Blue C M Y K H S L
Decimal 208 50 42 0 0.76 0.80 0.18 2.89 0.66 0.49
Hex D0 32 2A 0 4C 50 12 3 42 31
Octal 320 62 52 0 114 120 22 3 102 61
Binary 11010000 110010 101010 0 1001100 1010000 10010 11 1000010 110001

Color Harmonies of #D0322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0322A

Black with #D0322A

Text Example


Text Example

White with #D0322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0322A; }

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

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

background-color css

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

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

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

border-color css

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

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

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