Html Css Color HEX #D2423A Persian Red

📋 copy color: '#D2423A'

red 210 ◦ green 66 ◦ blue 58

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

Shades of Persian Red #D2423A

Tints of Persian Red #D2423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.76%

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

R = 62.87%
G = 19.76%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2423A (or 0xD2423A) is known color: Persian Red. HEX triplet: D2, 42 and 3A. RGB value is (210,66,58). Sum of RGB (Red+Green+Blue) = 210+66+58=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D2423A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2423A is #2DBDC5. Grayscale: #6C6C6C. Windows color (decimal): -2997702 or 3818194. OLE color: 3818194.

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

Color convert

RGB 210 66 58 -
CMYK 0 0.69 0.72 0.18
HSL 3.16º 0.63% 0.53% -
HSV(B) 3.16º 0.72% 0.82% -
XYZ 29.29 17.9 5.91 -
YUV 108.14 99.71 200.65 -
System Red Green Blue C M Y K H S L
Decimal 210 66 58 0 0.69 0.72 0.18 3.16 0.63 0.53
Hex D2 42 3A 0 45 48 12 3 3F 35
Octal 322 102 72 0 105 110 22 3 77 65
Binary 11010010 1000010 111010 0 1000101 1001000 10010 11 111111 110101

Color Harmonies of #D2423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2423A

Black with #D2423A

Text Example


Text Example

White with #D2423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2423A; }

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

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

background-color css

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

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

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

border-color css

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

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

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