Html Css Color HEX #D63B29 Persian Red

📋 copy color: '#D63B29'

red 214 ◦ green 59 ◦ blue 41

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

Shades of Persian Red #D63B29

Tints of Persian Red #D63B29

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.79%

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

R = 68.15%
G = 18.79%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D63B29 (or 0xD63B29) is known color: Persian Red. HEX triplet: D6, 3B and 29. RGB value is (214,59,41). Sum of RGB (Red+Green+Blue) = 214+59+41=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63B29 is #29C4D6. Grayscale: #676767. Windows color (decimal): -2737367 or 2702294. OLE color: 2702294.

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

Color convert

RGB 214 59 41 -
CMYK 0 0.72 0.81 0.16
HSL 6.24º 0.68% 0.5% -
HSV(B) 6.24º 0.81% 0.84% -
XYZ 29.7 17.58 3.93 -
YUV 103.29 92.85 206.96 -
System Red Green Blue C M Y K H S L
Decimal 214 59 41 0 0.72 0.81 0.16 6.24 0.68 0.5
Hex D6 3B 29 0 48 51 10 6 44 32
Octal 326 73 51 0 110 121 20 6 104 62
Binary 11010110 111011 101001 0 1001000 1010001 10000 110 1000100 110010

Color Harmonies of #D63B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63B29

Black with #D63B29

Text Example


Text Example

White with #D63B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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