Html Css Color HEX #D63729 Persian Red

📋 copy color: '#D63729'

red 214 ◦ green 55 ◦ blue 41

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

Shades of Persian Red #D63729

Tints of Persian Red #D63729

RGB

 RED value IS 214 (83.98% from 255) = 69.03%

 GREEN value IS 55 (21.88% from 255) = 17.74%

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

R = 69.03%
G = 17.74%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D63729 (or 0xD63729) is known color: Persian Red. HEX triplet: D6, 37 and 29. RGB value is (214,55,41). Sum of RGB (Red+Green+Blue) = 214+55+41=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D63729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63729 is #29C8D6. Grayscale: #656565. Windows color (decimal): -2738391 or 2701270. OLE color: 2701270.

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

Color convert

RGB 214 55 41 -
CMYK 0 0.74 0.81 0.16
HSL 4.86º 0.68% 0.5% -
HSV(B) 4.86º 0.81% 0.84% -
XYZ 29.5 17.19 3.86 -
YUV 100.95 94.18 208.64 -
System Red Green Blue C M Y K H S L
Decimal 214 55 41 0 0.74 0.81 0.16 4.86 0.68 0.5
Hex D6 37 29 0 4A 51 10 5 44 32
Octal 326 67 51 0 112 121 20 5 104 62
Binary 11010110 110111 101001 0 1001010 1010001 10000 101 1000100 110010

Color Harmonies of #D63729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63729

Black with #D63729

Text Example


Text Example

White with #D63729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63729; }

 p { color: rgb(214,55,41); }

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

background-color css

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

 a { background-color: rgb(214,55,41); }

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

border-color css

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

 span { border-color: rgb(214,55,41); }

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