Html Css Color HEX #D2332B Persian Red

📋 copy color: '#D2332B'

red 210 ◦ green 51 ◦ blue 43

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

Shades of Persian Red #D2332B

Tints of Persian Red #D2332B

RGB

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

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

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

R = 69.08%
G = 16.78%
B = 14.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

#D2332B (or 0xD2332B) is known color: Persian Red. HEX triplet: D2, 33 and 2B. RGB value is (210,51,43). Sum of RGB (Red+Green+Blue) = 210+51+43=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D2332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2332B is #2DCCD4. Grayscale: #616161. Windows color (decimal): -3001557 or 2831314. OLE color: 2831314.

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

Color convert

RGB 210 51 43 -
CMYK 0 0.76 0.80 0.18
HSL 2.87º 0.66% 0.5% -
HSV(B) 2.87º 0.8% 0.82% -
XYZ 28.2 16.24 3.93 -
YUV 97.63 97.18 208.15 -
System Red Green Blue C M Y K H S L
Decimal 210 51 43 0 0.76 0.80 0.18 2.87 0.66 0.5
Hex D2 33 2B 0 4C 50 12 3 42 32
Octal 322 63 53 0 114 120 22 3 102 62
Binary 11010010 110011 101011 0 1001100 1010000 10010 11 1000010 110010

Color Harmonies of #D2332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2332B

Black with #D2332B

Text Example


Text Example

White with #D2332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2332B; }

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

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

background-color css

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

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

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

border-color css

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

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

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