Html Css Color HEX #D2342B Persian Red

📋 copy color: '#D2342B'

red 210 ◦ green 52 ◦ blue 43

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

Shades of Persian Red #D2342B

Tints of Persian Red #D2342B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.05%

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

R = 68.85%
G = 17.05%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D2342B (or 0xD2342B) is known color: Persian Red. HEX triplet: D2, 34 and 2B. RGB value is (210,52,43). Sum of RGB (Red+Green+Blue) = 210+52+43=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D2342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2342B is #2DCBD4. Grayscale: #626262. Windows color (decimal): -3001301 or 2831570. OLE color: 2831570.

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

Color convert

RGB 210 52 43 -
CMYK 0 0.75 0.80 0.18
HSL 3.23º 0.66% 0.5% -
HSV(B) 3.23º 0.8% 0.82% -
XYZ 28.24 16.33 3.95 -
YUV 98.22 96.85 207.73 -
System Red Green Blue C M Y K H S L
Decimal 210 52 43 0 0.75 0.80 0.18 3.23 0.66 0.5
Hex D2 34 2B 0 4B 50 12 3 42 32
Octal 322 64 53 0 113 120 22 3 102 62
Binary 11010010 110100 101011 0 1001011 1010000 10010 11 1000010 110010

Color Harmonies of #D2342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2342B

Black with #D2342B

Text Example


Text Example

White with #D2342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2342B; }

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

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

background-color css

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

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

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

border-color css

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

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

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