Html Css Color HEX #D23A3A Persian Red

📋 copy color: '#D23A3A'

red 210 ◦ green 58 ◦ blue 58

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

Shades of Persian Red #D23A3A

Tints of Persian Red #D23A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.79%

R = 64.42%
G = 17.79%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D23A3A (or 0xD23A3A) is known color: Persian Red. HEX triplet: D2, 3A and 3A. RGB value is (210,58,58). Sum of RGB (Red+Green+Blue) = 210+58+58=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23A3A is #2DC5C5. Grayscale: #676767. Windows color (decimal): -2999750 or 3816146. OLE color: 3816146.

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

Color convert

RGB 210 58 58 -
CMYK 0 0.72 0.72 0.18
HSL 0.63% 0.53% -
HSV(B) 0.72% 0.82% -
XYZ 28.86 17.03 5.77 -
YUV 103.45 102.36 204 -
System Red Green Blue C M Y K H S L
Decimal 210 58 58 0 0.72 0.72 0.18 0 0.63 0.53
Hex D2 3A 3A 0 48 48 12 0 3F 35
Octal 322 72 72 0 110 110 22 0 77 65
Binary 11010010 111010 111010 0 1001000 1001000 10010 0 111111 110101

Color Harmonies of #D23A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A3A

Black with #D23A3A

Text Example


Text Example

White with #D23A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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