Html Css Color HEX #D0322F Persian Red

📋 copy color: '#D0322F'

red 208 ◦ green 50 ◦ blue 47

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

Shades of Persian Red #D0322F

Tints of Persian Red #D0322F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 68.2%
G = 16.39%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D0322F (or 0xD0322F) is known color: Persian Red. HEX triplet: D0, 32 and 2F. RGB value is (208,50,47). Sum of RGB (Red+Green+Blue) = 208+50+47=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D0322F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0322F is #2FCDD0. Grayscale: #616161. Windows color (decimal): -3132881 or 3093200. OLE color: 3093200.

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

Color convert

RGB 208 50 47 -
CMYK 0 0.76 0.77 0.18
HSL 1.12º 0.63% 0.5% -
HSV(B) 1.12º 0.77% 0.82% -
XYZ 27.67 15.9 4.3 -
YUV 96.9 99.85 207.24 -
System Red Green Blue C M Y K H S L
Decimal 208 50 47 0 0.76 0.77 0.18 1.12 0.63 0.5
Hex D0 32 2F 0 4C 4D 12 1 3F 32
Octal 320 62 57 0 114 115 22 1 77 62
Binary 11010000 110010 101111 0 1001100 1001101 10010 1 111111 110010

Color Harmonies of #D0322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0322F

Black with #D0322F

Text Example


Text Example

White with #D0322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0322F; }

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

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

background-color css

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

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

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

border-color css

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

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

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