Html Css Color HEX #D23432 Persian Red

📋 copy color: '#D23432'

red 210 ◦ green 52 ◦ blue 50

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

Shades of Persian Red #D23432

Tints of Persian Red #D23432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.03%

R = 67.31%
G = 16.67%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D23432 (or 0xD23432) is known color: Persian Red. HEX triplet: D2, 34 and 32. RGB value is (210,52,50). Sum of RGB (Red+Green+Blue) = 210+52+50=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D23432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23432 is #2DCBCD. Grayscale: #636363. Windows color (decimal): -3001294 or 3290322. OLE color: 3290322.

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

Color convert

RGB 210 52 50 -
CMYK 0 0.75 0.76 0.18
HSL 0.75º 0.64% 0.51% -
HSV(B) 0.75º 0.76% 0.82% -
XYZ 28.38 16.39 4.68 -
YUV 99.01 100.35 207.16 -
System Red Green Blue C M Y K H S L
Decimal 210 52 50 0 0.75 0.76 0.18 0.75 0.64 0.51
Hex D2 34 32 0 4B 4C 12 1 40 33
Octal 322 64 62 0 113 114 22 1 100 63
Binary 11010010 110100 110010 0 1001011 1001100 10010 1 1000000 110011

Color Harmonies of #D23432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23432

Black with #D23432

Text Example


Text Example

White with #D23432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23432; }

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

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

background-color css

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

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

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

border-color css

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

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

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