Html Css Color HEX #D23A2C Persian Red

📋 copy color: '#D23A2C'

red 210 ◦ green 58 ◦ blue 44

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

Shades of Persian Red #D23A2C

Tints of Persian Red #D23A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.1%

R = 67.31%
G = 18.59%
B = 14.1%

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

#D23A2C (or 0xD23A2C) is known color: Persian Red. HEX triplet: D2, 3A and 2C. RGB value is (210,58,44). Sum of RGB (Red+Green+Blue) = 210+58+44=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23A2C is #2DC5D3. Grayscale: #666666. Windows color (decimal): -2999764 or 2898642. OLE color: 2898642.

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

Color convert

RGB 210 58 44 -
CMYK 0 0.72 0.79 0.18
HSL 5.06º 0.65% 0.5% -
HSV(B) 5.06º 0.79% 0.82% -
XYZ 28.55 16.91 4.14 -
YUV 101.85 95.36 205.14 -
System Red Green Blue C M Y K H S L
Decimal 210 58 44 0 0.72 0.79 0.18 5.06 0.65 0.5
Hex D2 3A 2C 0 48 4F 12 5 41 32
Octal 322 72 54 0 110 117 22 5 101 62
Binary 11010010 111010 101100 0 1001000 1001111 10010 101 1000001 110010

Color Harmonies of #D23A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A2C

Black with #D23A2C

Text Example


Text Example

White with #D23A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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