Html Css Color HEX #D63532 Persian Red

📋 copy color: '#D63532'

red 214 ◦ green 53 ◦ blue 50

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

Shades of Persian Red #D63532

Tints of Persian Red #D63532

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.72%

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

R = 67.51%
G = 16.72%
B = 15.77%

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

#D63532 (or 0xD63532) is known color: Persian Red. HEX triplet: D6, 35 and 32. RGB value is (214,53,50). Sum of RGB (Red+Green+Blue) = 214+53+50=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D63532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63532 is #29CACD. Grayscale: #646464. Windows color (decimal): -2738894 or 3290582. OLE color: 3290582.

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

Color convert

RGB 214 53 50 -
CMYK 0 0.75 0.77 0.16
HSL 1.1º 0.67% 0.52% -
HSV(B) 1.1º 0.77% 0.84% -
XYZ 29.58 17.07 4.75 -
YUV 100.8 99.34 208.74 -
System Red Green Blue C M Y K H S L
Decimal 214 53 50 0 0.75 0.77 0.16 1.1 0.67 0.52
Hex D6 35 32 0 4B 4D 10 1 43 34
Octal 326 65 62 0 113 115 20 1 103 64
Binary 11010110 110101 110010 0 1001011 1001101 10000 1 1000011 110100

Color Harmonies of #D63532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63532

Black with #D63532

Text Example


Text Example

White with #D63532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63532; }

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

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

background-color css

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

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

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

border-color css

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

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

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