Html Css Color HEX #D2332A Persian Red

📋 copy color: '#D2332A'

red 210 ◦ green 51 ◦ blue 42

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

Shades of Persian Red #D2332A

Tints of Persian Red #D2332A

RGB

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

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

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

R = 69.31%
G = 16.83%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.8

 K value IS 0.18

RGB Variations

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

Color information

#D2332A (or 0xD2332A) is known color: Persian Red. HEX triplet: D2, 33 and 2A. RGB value is (210,51,42). Sum of RGB (Red+Green+Blue) = 210+51+42=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D2332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2332A is #2DCCD5. Grayscale: #616161. Windows color (decimal): -3001558 or 2765778. OLE color: 2765778.

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

Color convert

RGB 210 51 42 -
CMYK 0 0.76 0.8 0.18
HSL 3.21º 0.67% 0.49% -
HSV(B) 3.21º 0.8% 0.82% -
XYZ 28.18 16.24 3.84 -
YUV 97.52 96.68 208.23 -
System Red Green Blue C M Y K H S L
Decimal 210 51 42 0 0.76 0.8 0.18 3.21 0.67 0.49
Hex D2 33 2A 0 4C 50 12 3 43 31
Octal 322 63 52 0 114 120 22 3 103 61
Binary 11010010 110011 101010 0 1001100 1010000 10010 11 1000011 110001

Color Harmonies of #D2332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2332A

Black with #D2332A

Text Example


Text Example

White with #D2332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2332A; }

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

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

background-color css

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

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

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

border-color css

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

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

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