Html Css Color HEX #D63632 Persian Red

📋 copy color: '#D63632'

red 214 ◦ green 54 ◦ blue 50

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

Shades of Persian Red #D63632

Tints of Persian Red #D63632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.72%

R = 67.3%
G = 16.98%
B = 15.72%

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

#D63632 (or 0xD63632) is known color: Persian Red. HEX triplet: D6, 36 and 32. RGB value is (214,54,50). Sum of RGB (Red+Green+Blue) = 214+54+50=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D63632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63632 is #29C9CD. Grayscale: #656565. Windows color (decimal): -2738638 or 3290838. OLE color: 3290838.

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

Color convert

RGB 214 54 50 -
CMYK 0 0.75 0.77 0.16
HSL 1.46º 0.67% 0.52% -
HSV(B) 1.46º 0.77% 0.84% -
XYZ 29.63 17.16 4.77 -
YUV 101.38 99.01 208.33 -
System Red Green Blue C M Y K H S L
Decimal 214 54 50 0 0.75 0.77 0.16 1.46 0.67 0.52
Hex D6 36 32 0 4B 4D 10 1 43 34
Octal 326 66 62 0 113 115 20 1 103 64
Binary 11010110 110110 110010 0 1001011 1001101 10000 1 1000011 110100

Color Harmonies of #D63632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63632

Black with #D63632

Text Example


Text Example

White with #D63632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63632; }

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

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

background-color css

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

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

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

border-color css

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

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

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