Html Css Color HEX #D43A2D Persian Red

📋 copy color: '#D43A2D'

red 212 ◦ green 58 ◦ blue 45

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

Shades of Persian Red #D43A2D

Tints of Persian Red #D43A2D

RGB

 RED value IS 212 (83.2% from 255) = 67.3%

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

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

R = 67.3%
G = 18.41%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D43A2D (or 0xD43A2D) is known color: Persian Red. HEX triplet: D4, 3A and 2D. RGB value is (212,58,45). Sum of RGB (Red+Green+Blue) = 212+58+45=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D43A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43A2D is #2BC5D2. Grayscale: #666666. Windows color (decimal): -2868691 or 2964180. OLE color: 2964180.

HSL color Cylindrical-coordinate representation of color #D43A2D: hue angle of 4.67º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D43A2D is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 58 45 -
CMYK 0 0.73 0.79 0.17
HSL 4.67º 0.66% 0.5% -
HSV(B) 4.67º 0.79% 0.83% -
XYZ 29.14 17.21 4.27 -
YUV 102.56 95.52 206.06 -
System Red Green Blue C M Y K H S L
Decimal 212 58 45 0 0.73 0.79 0.17 4.67 0.66 0.5
Hex D4 3A 2D 0 49 4F 11 5 42 32
Octal 324 72 55 0 111 117 21 5 102 62
Binary 11010100 111010 101101 0 1001001 1001111 10001 101 1000010 110010

Color Harmonies of #D43A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43A2D

Black with #D43A2D

Text Example


Text Example

White with #D43A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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