Html Css Color HEX #D63931 Persian Red

📋 copy color: '#D63931'

red 214 ◦ green 57 ◦ blue 49

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

Shades of Persian Red #D63931

Tints of Persian Red #D63931

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.81%

 BLUE value IS 49 (19.53% from 255) = 15.31%

R = 66.88%
G = 17.81%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D63931 (or 0xD63931) is known color: Persian Red. HEX triplet: D6, 39 and 31. RGB value is (214,57,49). Sum of RGB (Red+Green+Blue) = 214+57+49=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D63931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63931 is #29C6CE. Grayscale: #676767. Windows color (decimal): -2737871 or 3226070. OLE color: 3226070.

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

Color convert

RGB 214 57 49 -
CMYK 0 0.73 0.77 0.16
HSL 2.91º 0.67% 0.52% -
HSV(B) 2.91º 0.77% 0.84% -
XYZ 29.75 17.44 4.7 -
YUV 103.03 97.51 207.15 -
System Red Green Blue C M Y K H S L
Decimal 214 57 49 0 0.73 0.77 0.16 2.91 0.67 0.52
Hex D6 39 31 0 49 4D 10 3 43 34
Octal 326 71 61 0 111 115 20 3 103 64
Binary 11010110 111001 110001 0 1001001 1001101 10000 11 1000011 110100

Color Harmonies of #D63931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63931

Black with #D63931

Text Example


Text Example

White with #D63931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63931; }

 p { color: rgb(214,57,49); }

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

background-color css

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

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

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

border-color css

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

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

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