Html Css Color HEX #D23D2D Persian Red

📋 copy color: '#D23D2D'

red 210 ◦ green 61 ◦ blue 45

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

Shades of Persian Red #D23D2D

Tints of Persian Red #D23D2D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.3%

 BLUE value IS 45 (17.97% from 255) = 14.24%

R = 66.46%
G = 19.3%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D23D2D (or 0xD23D2D) is known color: Persian Red. HEX triplet: D2, 3D and 2D. RGB value is (210,61,45). Sum of RGB (Red+Green+Blue) = 210+61+45=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23D2D is #2DC2D2. Grayscale: #676767. Windows color (decimal): -2998995 or 2964946. OLE color: 2964946.

HSL color Cylindrical-coordinate representation of color #D23D2D: hue angle of 5.82º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D23D2D is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 61 45 -
CMYK 0 0.71 0.79 0.18
HSL 5.82º 0.65% 0.5% -
HSV(B) 5.82º 0.79% 0.82% -
XYZ 28.72 17.23 4.29 -
YUV 103.73 94.86 203.8 -
System Red Green Blue C M Y K H S L
Decimal 210 61 45 0 0.71 0.79 0.18 5.82 0.65 0.5
Hex D2 3D 2D 0 47 4F 12 6 41 32
Octal 322 75 55 0 107 117 22 6 101 62
Binary 11010010 111101 101101 0 1000111 1001111 10010 110 1000001 110010

Color Harmonies of #D23D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23D2D

Black with #D23D2D

Text Example


Text Example

White with #D23D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23D2D; }

 p { color: rgb(210,61,45); }

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

background-color css

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

 a { background-color: rgb(210,61,45); }

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

border-color css

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

 span { border-color: rgb(210,61,45); }

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