Html Css Color HEX #D63D3A Persian Red

📋 copy color: '#D63D3A'

red 214 ◦ green 61 ◦ blue 58

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

Shades of Persian Red #D63D3A

Tints of Persian Red #D63D3A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.32%

 BLUE value IS 58 (23.05% from 255) = 17.42%

R = 64.26%
G = 18.32%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D63D3A (or 0xD63D3A) is known color: Persian Red. HEX triplet: D6, 3D and 3A. RGB value is (214,61,58). Sum of RGB (Red+Green+Blue) = 214+61+58=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63D3A is #29C2C5. Grayscale: #6A6A6A. Windows color (decimal): -2736838 or 3816918. OLE color: 3816918.

HSL color Cylindrical-coordinate representation of color #D63D3A: hue angle of 1.15º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63D3A is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 61 58 -
CMYK 0 0.71 0.73 0.16
HSL 1.15º 0.66% 0.53% -
HSV(B) 1.15º 0.73% 0.84% -
XYZ 30.16 17.94 5.88 -
YUV 106.41 100.69 204.74 -
System Red Green Blue C M Y K H S L
Decimal 214 61 58 0 0.71 0.73 0.16 1.15 0.66 0.53
Hex D6 3D 3A 0 47 49 10 1 42 35
Octal 326 75 72 0 107 111 20 1 102 65
Binary 11010110 111101 111010 0 1000111 1001001 10000 1 1000010 110101

Color Harmonies of #D63D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63D3A

Black with #D63D3A

Text Example


Text Example

White with #D63D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63D3A; }

 p { color: rgb(214,61,58); }

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

background-color css

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

 a { background-color: rgb(214,61,58); }

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

border-color css

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

 span { border-color: rgb(214,61,58); }

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