Html Css Color HEX #D63A2D Persian Red

📋 copy color: '#D63A2D'

red 214 ◦ green 58 ◦ blue 45

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

Shades of Persian Red #D63A2D

Tints of Persian Red #D63A2D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.3%

 BLUE value IS 45 (17.97% from 255) = 14.2%

R = 67.51%
G = 18.3%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D63A2D (or 0xD63A2D) is known color: Persian Red. HEX triplet: D6, 3A and 2D. RGB value is (214,58,45). Sum of RGB (Red+Green+Blue) = 214+58+45=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A2D is #29C5D2. Grayscale: #676767. Windows color (decimal): -2737619 or 2964182. OLE color: 2964182.

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

Color convert

RGB 214 58 45 -
CMYK 0 0.73 0.79 0.16
HSL 4.62º 0.67% 0.51% -
HSV(B) 4.62º 0.79% 0.84% -
XYZ 29.72 17.51 4.3 -
YUV 103.16 95.18 207.06 -
System Red Green Blue C M Y K H S L
Decimal 214 58 45 0 0.73 0.79 0.16 4.62 0.67 0.51
Hex D6 3A 2D 0 49 4F 10 5 43 33
Octal 326 72 55 0 111 117 20 5 103 63
Binary 11010110 111010 101101 0 1001001 1001111 10000 101 1000011 110011

Color Harmonies of #D63A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A2D

Black with #D63A2D

Text Example


Text Example

White with #D63A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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