Html Css Color HEX #D2322B Persian Red

📋 copy color: '#D2322B'

red 210 ◦ green 50 ◦ blue 43

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

Shades of Persian Red #D2322B

Tints of Persian Red #D2322B

RGB

 RED value IS 210 (82.42% from 255) = 69.31%

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

 BLUE value IS 43 (17.19% from 255) = 14.19%

R = 69.31%
G = 16.5%
B = 14.19%

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

#D2322B (or 0xD2322B) is known color: Persian Red. HEX triplet: D2, 32 and 2B. RGB value is (210,50,43). Sum of RGB (Red+Green+Blue) = 210+50+43=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D2322B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2322B is #2DCDD4. Grayscale: #616161. Windows color (decimal): -3001813 or 2831058. OLE color: 2831058.

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

Color convert

RGB 210 50 43 -
CMYK 0 0.76 0.80 0.18
HSL 2.51º 0.66% 0.5% -
HSV(B) 2.51º 0.8% 0.82% -
XYZ 28.15 16.16 3.92 -
YUV 97.04 97.51 208.57 -
System Red Green Blue C M Y K H S L
Decimal 210 50 43 0 0.76 0.80 0.18 2.51 0.66 0.5
Hex D2 32 2B 0 4C 50 12 3 42 32
Octal 322 62 53 0 114 120 22 3 102 62
Binary 11010010 110010 101011 0 1001100 1010000 10010 11 1000010 110010

Color Harmonies of #D2322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2322B

Black with #D2322B

Text Example


Text Example

White with #D2322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2322B; }

 p { color: rgb(210,50,43); }

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

background-color css

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

 a { background-color: rgb(210,50,43); }

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

border-color css

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

 span { border-color: rgb(210,50,43); }

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