Html Css Color HEX #D63733 Persian Red

📋 copy color: '#D63733'

red 214 ◦ green 55 ◦ blue 51

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

Shades of Persian Red #D63733

Tints of Persian Red #D63733

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.19%

 BLUE value IS 51 (20.31% from 255) = 15.94%

R = 66.88%
G = 17.19%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D63733 (or 0xD63733) is known color: Persian Red. HEX triplet: D6, 37 and 33. RGB value is (214,55,51). Sum of RGB (Red+Green+Blue) = 214+55+51=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D63733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63733 is #29C8CC. Grayscale: #666666. Windows color (decimal): -2738381 or 3356630. OLE color: 3356630.

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

Color convert

RGB 214 55 51 -
CMYK 0 0.74 0.76 0.16
HSL 1.47º 0.67% 0.52% -
HSV(B) 1.47º 0.76% 0.84% -
XYZ 29.7 17.27 4.9 -
YUV 102.09 99.18 207.83 -
System Red Green Blue C M Y K H S L
Decimal 214 55 51 0 0.74 0.76 0.16 1.47 0.67 0.52
Hex D6 37 33 0 4A 4C 10 1 43 34
Octal 326 67 63 0 112 114 20 1 103 64
Binary 11010110 110111 110011 0 1001010 1001100 10000 1 1000011 110100

Color Harmonies of #D63733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63733

Black with #D63733

Text Example


Text Example

White with #D63733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63733; }

 p { color: rgb(214,55,51); }

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

background-color css

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

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

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

border-color css

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

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

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