Html Css Color HEX #D63829 Persian Red

📋 copy color: '#D63829'

red 214 ◦ green 56 ◦ blue 41

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

Shades of Persian Red #D63829

Tints of Persian Red #D63829

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.01%

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

R = 68.81%
G = 18.01%
B = 13.18%

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

#D63829 (or 0xD63829) is known color: Persian Red. HEX triplet: D6, 38 and 29. RGB value is (214,56,41). Sum of RGB (Red+Green+Blue) = 214+56+41=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D63829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63829 is #29C7D6. Grayscale: #656565. Windows color (decimal): -2738135 or 2701526. OLE color: 2701526.

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

Color convert

RGB 214 56 41 -
CMYK 0 0.74 0.81 0.16
HSL 5.2º 0.68% 0.5% -
HSV(B) 5.2º 0.81% 0.84% -
XYZ 29.55 17.28 3.88 -
YUV 101.53 93.85 208.22 -
System Red Green Blue C M Y K H S L
Decimal 214 56 41 0 0.74 0.81 0.16 5.2 0.68 0.5
Hex D6 38 29 0 4A 51 10 5 44 32
Octal 326 70 51 0 112 121 20 5 104 62
Binary 11010110 111000 101001 0 1001010 1010001 10000 101 1000100 110010

Color Harmonies of #D63829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63829

Black with #D63829

Text Example


Text Example

White with #D63829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63829; }

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

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

background-color css

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

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

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

border-color css

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

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

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