Html Css Color HEX #D43C2D Persian Red

📋 copy color: '#D43C2D'

red 212 ◦ green 60 ◦ blue 45

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

Shades of Persian Red #D43C2D

Tints of Persian Red #D43C2D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.93%

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

R = 66.88%
G = 18.93%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D43C2D (or 0xD43C2D) is known color: Persian Red. HEX triplet: D4, 3C and 2D. RGB value is (212,60,45). Sum of RGB (Red+Green+Blue) = 212+60+45=317 (41% of max value = 765). Red value is 212 (83.20% from 255 or 66.88% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43C2D is #2BC3D2. Grayscale: #676767. Windows color (decimal): -2868179 or 2964692. OLE color: 2964692.

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

Color convert

RGB 212 60 45 -
CMYK 0 0.72 0.79 0.17
HSL 5.39º 0.66% 0.5% -
HSV(B) 5.39º 0.79% 0.83% -
XYZ 29.24 17.42 4.3 -
YUV 103.74 94.86 205.22 -
System Red Green Blue C M Y K H S L
Decimal 212 60 45 0 0.72 0.79 0.17 5.39 0.66 0.5
Hex D4 3C 2D 0 48 4F 11 5 42 32
Octal 324 74 55 0 110 117 21 5 102 62
Binary 11010100 111100 101101 0 1001000 1001111 10001 101 1000010 110010

Color Harmonies of #D43C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43C2D

Black with #D43C2D

Text Example


Text Example

White with #D43C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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