Html Css Color HEX #D43929 Persian Red

📋 copy color: '#D43929'

red 212 ◦ green 57 ◦ blue 41

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

Shades of Persian Red #D43929

Tints of Persian Red #D43929

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.39%

 BLUE value IS 41 (16.41% from 255) = 13.23%

R = 68.39%
G = 18.39%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D43929 (or 0xD43929) is known color: Persian Red. HEX triplet: D4, 39 and 29. RGB value is (212,57,41). Sum of RGB (Red+Green+Blue) = 212+57+41=310 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.39% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 212 - color contains mainly: red. Hex color #D43929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43929 is #2BC6D6. Grayscale: #656565. Windows color (decimal): -2868951 or 2701780. OLE color: 2701780.

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

Color convert

RGB 212 57 41 -
CMYK 0 0.73 0.81 0.17
HSL 5.61º 0.68% 0.5% -
HSV(B) 5.61º 0.81% 0.83% -
XYZ 29.01 17.08 3.87 -
YUV 101.52 93.85 206.8 -
System Red Green Blue C M Y K H S L
Decimal 212 57 41 0 0.73 0.81 0.17 5.61 0.68 0.5
Hex D4 39 29 0 49 51 11 6 44 32
Octal 324 71 51 0 111 121 21 6 104 62
Binary 11010100 111001 101001 0 1001001 1010001 10001 110 1000100 110010

Color Harmonies of #D43929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43929

Black with #D43929

Text Example


Text Example

White with #D43929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43929; }

 p { color: rgb(212,57,41); }

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

background-color css

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

 a { background-color: rgb(212,57,41); }

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

border-color css

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

 span { border-color: rgb(212,57,41); }

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