Html Css Color HEX #D23A2D Persian Red

📋 copy color: '#D23A2D'

red 210 ◦ green 58 ◦ blue 45

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

Shades of Persian Red #D23A2D

Tints of Persian Red #D23A2D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.53%

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

R = 67.09%
G = 18.53%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D23A2D (or 0xD23A2D) is known color: Persian Red. HEX triplet: D2, 3A and 2D. RGB value is (210,58,45). Sum of RGB (Red+Green+Blue) = 210+58+45=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23A2D is #2DC5D2. Grayscale: #666666. Windows color (decimal): -2999763 or 2964178. OLE color: 2964178.

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

Color convert

RGB 210 58 45 -
CMYK 0 0.72 0.79 0.18
HSL 4.73º 0.65% 0.5% -
HSV(B) 4.73º 0.79% 0.82% -
XYZ 28.57 16.92 4.24 -
YUV 101.97 95.86 205.06 -
System Red Green Blue C M Y K H S L
Decimal 210 58 45 0 0.72 0.79 0.18 4.73 0.65 0.5
Hex D2 3A 2D 0 48 4F 12 5 41 32
Octal 322 72 55 0 110 117 22 5 101 62
Binary 11010010 111010 101101 0 1001000 1001111 10010 101 1000001 110010

Color Harmonies of #D23A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A2D

Black with #D23A2D

Text Example


Text Example

White with #D23A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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