Html Css Color HEX #D23932 Persian Red

📋 copy color: '#D23932'

red 210 ◦ green 57 ◦ blue 50

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

Shades of Persian Red #D23932

Tints of Persian Red #D23932

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.98%

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

R = 66.25%
G = 17.98%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D23932 (or 0xD23932) is known color: Persian Red. HEX triplet: D2, 39 and 32. RGB value is (210,57,50). Sum of RGB (Red+Green+Blue) = 210+57+50=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D23932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23932 is #2DC6CD. Grayscale: #666666. Windows color (decimal): -3000014 or 3291602. OLE color: 3291602.

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

Color convert

RGB 210 57 50 -
CMYK 0 0.73 0.76 0.18
HSL 2.63º 0.64% 0.51% -
HSV(B) 2.63º 0.76% 0.82% -
XYZ 28.62 16.86 4.76 -
YUV 101.95 98.69 205.07 -
System Red Green Blue C M Y K H S L
Decimal 210 57 50 0 0.73 0.76 0.18 2.63 0.64 0.51
Hex D2 39 32 0 49 4C 12 3 40 33
Octal 322 71 62 0 111 114 22 3 100 63
Binary 11010010 111001 110010 0 1001001 1001100 10010 11 1000000 110011

Color Harmonies of #D23932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23932

Black with #D23932

Text Example


Text Example

White with #D23932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23932; }

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

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

background-color css

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

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

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

border-color css

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

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

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