Html Css Color HEX #D63A2E Persian Red

📋 copy color: '#D63A2E'

red 214 ◦ green 58 ◦ blue 46

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

Shades of Persian Red #D63A2E

Tints of Persian Red #D63A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.47%

R = 67.3%
G = 18.24%
B = 14.47%

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

#D63A2E (or 0xD63A2E) is known color: Persian Red. HEX triplet: D6, 3A and 2E. RGB value is (214,58,46). Sum of RGB (Red+Green+Blue) = 214+58+46=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A2E is #29C5D1. Grayscale: #676767. Windows color (decimal): -2737618 or 3029718. OLE color: 3029718.

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

Color convert

RGB 214 58 46 -
CMYK 0 0.73 0.79 0.16
HSL 4.29º 0.67% 0.51% -
HSV(B) 4.29º 0.79% 0.84% -
XYZ 29.74 17.52 4.4 -
YUV 103.28 95.68 206.98 -
System Red Green Blue C M Y K H S L
Decimal 214 58 46 0 0.73 0.79 0.16 4.29 0.67 0.51
Hex D6 3A 2E 0 49 4F 10 4 43 33
Octal 326 72 56 0 111 117 20 4 103 63
Binary 11010110 111010 101110 0 1001001 1001111 10000 100 1000011 110011

Color Harmonies of #D63A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A2E

Black with #D63A2E

Text Example


Text Example

White with #D63A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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