Html Css Color HEX #D63D3D Persian Red

📋 copy color: '#D63D3D'

red 214 ◦ green 61 ◦ blue 61

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

Shades of Persian Red #D63D3D

Tints of Persian Red #D63D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.15%

R = 63.69%
G = 18.15%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D63D3D (or 0xD63D3D) is known color: Persian Red. HEX triplet: D6, 3D and 3D. RGB value is (214,61,61). Sum of RGB (Red+Green+Blue) = 214+61+61=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63D3D is #29C2C2. Grayscale: #6A6A6A. Windows color (decimal): -2736835 or 4013526. OLE color: 4013526.

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

Color convert

RGB 214 61 61 -
CMYK 0 0.71 0.71 0.16
HSL 0.65% 0.54% -
HSV(B) 0.71% 0.84% -
XYZ 30.24 17.97 6.29 -
YUV 106.75 102.19 204.5 -
System Red Green Blue C M Y K H S L
Decimal 214 61 61 0 0.71 0.71 0.16 0 0.65 0.54
Hex D6 3D 3D 0 47 47 10 0 41 36
Octal 326 75 75 0 107 107 20 0 101 66
Binary 11010110 111101 111101 0 1000111 1000111 10000 0 1000001 110110

Color Harmonies of #D63D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63D3D

Black with #D63D3D

Text Example


Text Example

White with #D63D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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