Html Css Color HEX #D63631 Persian Red

📋 copy color: '#D63631'

red 214 ◦ green 54 ◦ blue 49

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

Shades of Persian Red #D63631

Tints of Persian Red #D63631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.03%

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

R = 67.51%
G = 17.03%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D63631 (or 0xD63631) is known color: Persian Red. HEX triplet: D6, 36 and 31. RGB value is (214,54,49). Sum of RGB (Red+Green+Blue) = 214+54+49=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D63631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63631 is #29C9CE. Grayscale: #656565. Windows color (decimal): -2738639 or 3225302. OLE color: 3225302.

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

Color convert

RGB 214 54 49 -
CMYK 0 0.75 0.77 0.16
HSL 1.82º 0.67% 0.52% -
HSV(B) 1.82º 0.77% 0.84% -
XYZ 29.61 17.16 4.66 -
YUV 101.27 98.51 208.41 -
System Red Green Blue C M Y K H S L
Decimal 214 54 49 0 0.75 0.77 0.16 1.82 0.67 0.52
Hex D6 36 31 0 4B 4D 10 2 43 34
Octal 326 66 61 0 113 115 20 2 103 64
Binary 11010110 110110 110001 0 1001011 1001101 10000 10 1000011 110100

Color Harmonies of #D63631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63631

Black with #D63631

Text Example


Text Example

White with #D63631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63631; }

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

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

background-color css

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

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

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

border-color css

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

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

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